Skip to content

Commit 90a5f53

Browse files
authored
Adding zsh completions for cost commands (#164)
* adding completions for cost/cost-detailed
1 parent 3e0586f commit 90a5f53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

completions/_cromshell

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ function _cromshell {
2323
notify\:'Get email notification on job completion'
2424
list\:'Display a list jobs submitted through cromshell'
2525
cleanup\:'Clean up local cached list'
26+
cost\:'Display workflow cost'
27+
cost-detailed\:'Display detailed workflow cost'
2628
))" \
2729
"*::arg:->args"
2830

@@ -33,7 +35,7 @@ function _cromshell {
3335
alias)
3436
_alias
3537
;;
36-
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)
3739
_id_list_function
3840
;;
3941
list)

0 commit comments

Comments
 (0)