We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2517e commit 1981461Copy full SHA for 1981461
bin/canga
@@ -31,6 +31,7 @@ $cangallo = Cangallo.new
31
32
class Canga < Thor
33
map ['--version', '-V'] => :__print_version
34
+ map 'rm' => :del, 'rmtag' => :deltag
35
36
desc "--version, -V", "show version"
37
def __print_version
0 commit comments