From 6d0f242eacdaec645c48c3db3e78ee3da8fff03c Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 30 Nov 2014 13:31:27 -0800 Subject: add command aliases for most commonly used commands. --- lib/leap_cli/commands/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/commands/node.rb') diff --git a/lib/leap_cli/commands/node.rb b/lib/leap_cli/commands/node.rb index 6709077..12d6b49 100644 --- a/lib/leap_cli/commands/node.rb +++ b/lib/leap_cli/commands/node.rb @@ -12,7 +12,7 @@ module LeapCli; module Commands ## desc 'Node management' - command :node do |node| + command [:node, :n] do |node| node.desc 'Create a new configuration file for a node named NAME.' node.long_desc ["If specified, the optional argument SEED can be used to seed values in the node configuration file.", "The format is property_name:value.", -- cgit v1.2.3