Skip to content
Snippets Groups Projects
Commit 94182b63 authored by Iustin Pop's avatar Iustin Pop
Browse files

gnt-job auto-completion: suggest "all" too


Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent e6b8d02d
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,7 @@ commands = {
"<job-id> [<job-id> ...]", "Archive specified jobs"),
'autoarchive': (
AutoArchiveJobs,
[ArgSuggest(min=1, max=1, choices=["1d", "1w", "4w"])],
[ArgSuggest(min=1, max=1, choices=["1d", "1w", "4w", "all"])],
[],
"<age>", "Auto archive jobs older than the given age"),
'cancel': (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment