We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8864f + b1e1fbc commit 4c4a864Copy full SHA for 4c4a864
plugins/alias.rb
@@ -54,7 +54,9 @@ def cmd_alias(*args)
54
@aliases.each_pair do |key, val|
55
tbl << ['alias', key, val]
56
end
57
+ print_status("Total aliases: #{@aliases.length}")
58
return print(tbl.to_s)
59
+
60
61
when 1 # display the alias if one matches this name (or help)
62
return cmd_alias_help if (args[0] == '-h') || (args[0] == '--help')
0 commit comments