Skip to content

Commit 1981461

Browse files
committed
Aliases rm/rmtag on del/deltag
1 parent 3a2517e commit 1981461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/canga

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $cangallo = Cangallo.new
3131

3232
class Canga < Thor
3333
map ['--version', '-V'] => :__print_version
34+
map 'rm' => :del, 'rmtag' => :deltag
3435

3536
desc "--version, -V", "show version"
3637
def __print_version

0 commit comments

Comments
 (0)