Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 19, 2024
1 parent fca7b74 commit 7b735f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/com/github/jlangch/venice/venice.venice
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
p|publish k p publish Venice artefacts to Maven, requires pgp-key & password
C|colors print the color theme
i|info display the configuration
h|help display the help
h|!|help display the help
q|quit quit the shell
x|exit quit the shell

Expand Down Expand Up @@ -242,7 +242,7 @@
(match? cmd "t|task") (apply gradle-tasks args)
(match? cmd "C|colors") (show-color-theme)
(match? cmd "i|info") (display-info)
(match? cmd "h|help") (help)
(match? cmd "h|!|help") (help)
(match? cmd "x|exit") (exit)
(match? cmd "q|quit") (exit)
:else (printlnc :warning "Invalid command: ~{cmd}")))
Expand Down

0 comments on commit 7b735f3

Please sign in to comment.