From b754dafbf3e887449233e335ffc38913f5fa3e2f Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 13:42:17 -0700 Subject: leap vm: added 'ls' as alias for 'status' --- lib/leap_cli/commands/vm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/leap_cli/commands/vm.rb b/lib/leap_cli/commands/vm.rb index 3843afb6..4b9e3467 100644 --- a/lib/leap_cli/commands/vm.rb +++ b/lib/leap_cli/commands/vm.rb @@ -49,7 +49,7 @@ module LeapCli; module Commands vm.desc 'Print the status of virtual machine(s)' vm.arg_name 'FILTER', :optional => true - vm.command :status do |status| + vm.command [:status, :ls] do |status| status.action do |global, options, args| do_vm_status(global, options, args) end -- cgit v1.2.3