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.
1 parent ab2c693 commit b1e1fbcCopy full SHA for b1e1fbc
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