Skip to content

Commit

Permalink
Adding zsh completions for cost commands (#164)
Browse files Browse the repository at this point in the history
* adding completions for cost/cost-detailed
  • Loading branch information
lbergelson authored Jul 28, 2021
1 parent 3e0586f commit 90a5f53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion completions/_cromshell
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ function _cromshell {
notify\:'Get email notification on job completion'
list\:'Display a list jobs submitted through cromshell'
cleanup\:'Clean up local cached list'
cost\:'Display workflow cost'
cost-detailed\:'Display detailed workflow cost'
))" \
"*::arg:->args"

Expand All @@ -33,7 +35,7 @@ function _cromshell {
alias)
_alias
;;
abort|status|metadata|slim-metadata|timing|logs|fetch-logs|list-outputs|fetch-all)
abort|status|metadata|slim-metadata|timing|logs|fetch-logs|list-outputs|fetch-all|cost|cost-detailed)
_id_list_function
;;
list)
Expand Down

0 comments on commit 90a5f53

Please sign in to comment.