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
help=f"Select for completed job states ({COMPLETED_STATES}) You need to specify --starttime (-S) at some point in the past, due to how saccont default works (for example '-S now-1week'). This option automatically sets '-E now'")
1102
-
parser.add_argument('--user', '-u', help="Limit to this or these users. This specific argument will work with --db, if it's a single user.")
1104
+
help=f"Select for completed job states ({COMPLETED_STATES}) You need to specify --starttime (-S) at some point in the past, due to how saccont default works (for example '-S now-1week'). This option automatically sets '-E now'. Not compatible with --db.")
1105
+
parser.add_argument('--user', '-u', help="Limit to this or these users. Compatible with --db.")
1106
+
parser.add_argument('--running-at-time', metavar='TIME', help="Only jobs running at this time. Expanded to --start=TIME --end=TIME --state=R. Not compatible with --db.")
1103
1107
parser.add_argument('--csv-input',
1104
1108
help="Don't parse sacct but import this CSV file. It's read with "
0 commit comments