Skip to content

Commit

Permalink
feat: Enhance CLI functionalities (close #188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Nov 29, 2020
1 parent 228aaab commit b8048be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kargo
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ case $1 in
pull) kargo_pull;;
redeploy) kargo_redeploy "$2";;
remove) kargo_remove "$2";;
update) kargo_update "$2" "$3";;
use) kargo_use "$2";;
*) kargo_usage
esac
Expand Down

0 comments on commit b8048be

Please sign in to comment.