Skip to content

Commit

Permalink
Add delete and del as aliases for remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Dec 14, 2016
1 parent 8c70c4f commit bdf90ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/squaretag
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sub run {
minargs => 2,
opt_spec => \@rename_opts,
check => \&is_tag_file,
alias => ['rm'],
alias => [ 'rm', 'delete', 'del' ],
},
rename => {
cmd => sub { rename_files( shift, rename_tag(@_) ) },
Expand Down

0 comments on commit bdf90ab

Please sign in to comment.