diff options
author | elijah <elijah@riseup.net> | 2014-11-30 13:31:27 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-11-30 13:31:27 -0800 |
commit | 6d0f242eacdaec645c48c3db3e78ee3da8fff03c (patch) | |
tree | 467b859d37fccc4b886788452ef48b983053fd4c /lib/leap_cli/commands/compile.rb | |
parent | c35b55cdf87d32382fc44a851166ec2cd15f5f4f (diff) |
add command aliases for most commonly used commands.
Diffstat (limited to 'lib/leap_cli/commands/compile.rb')
-rw-r--r-- | lib/leap_cli/commands/compile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/compile.rb b/lib/leap_cli/commands/compile.rb index b30aaea..9c0725f 100644 --- a/lib/leap_cli/commands/compile.rb +++ b/lib/leap_cli/commands/compile.rb @@ -3,7 +3,7 @@ module LeapCli module Commands desc "Compile generated files." - command :compile do |c| + command [:compile, :c] do |c| c.desc 'Compiles node configuration files into hiera files used for deployment.' c.arg_name 'ENVIRONMENT', :optional => true c.command :all do |all| |