You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like auto is documenting the behavior of show, not an actual action.
View and manage `reproman run` jobs.
The possible actions are
- list: Display a oneline list of all registered jobs
- show: Display more information for each job over multiple lines
- delete: Unregister a job locally
- fetch: Fetch a completed job
- auto: If jobs are specified (via JOB or --all), behave like 'fetch'.
Otherwise, behave like 'list'.**
If it works as intended then the logging is wrong and related to #595
$ reproman jobs auto
2023-02-01 19:06:34,065 [WARNING] No jobs matched query auto
The text was updated successfully, but these errors were encountered:
Seems like
auto
is documenting the behavior ofshow
, not an actual action.If it works as intended then the logging is wrong and related to #595
The text was updated successfully, but these errors were encountered: