We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0586f commit 90a5f53Copy full SHA for 90a5f53
completions/_cromshell
@@ -23,6 +23,8 @@ function _cromshell {
23
notify\:'Get email notification on job completion'
24
list\:'Display a list jobs submitted through cromshell'
25
cleanup\:'Clean up local cached list'
26
+ cost\:'Display workflow cost'
27
+ cost-detailed\:'Display detailed workflow cost'
28
))" \
29
"*::arg:->args"
30
@@ -33,7 +35,7 @@ function _cromshell {
33
35
alias)
34
36
_alias
37
;;
- abort|status|metadata|slim-metadata|timing|logs|fetch-logs|list-outputs|fetch-all)
38
+ abort|status|metadata|slim-metadata|timing|logs|fetch-logs|list-outputs|fetch-all|cost|cost-detailed)
39
_id_list_function
40
41
list)
0 commit comments