lib/run_loop/cli/instruments.rb in run_loop-1.3.1 vs lib/run_loop/cli/instruments.rb in run_loop-1.3.2
- old
+ new
@@ -6,11 +6,11 @@
module CLI
class Instruments < Thor
attr_accessor :signal
- desc 'instruments quit', 'Send a kill signal to all instruments processes.'
+ desc 'quit', 'Send a kill signal to all instruments processes.'
method_option 'signal',
:desc => 'The kill signal to send.',
:aliases => '-s',
:required => false,
@@ -37,10 +37,10 @@
end
end
end
- desc 'instruments launch [--app | [--ipa | --bundle-id]] [OPTIONS]', 'Launch an app with instruments.'
+ desc 'launch [--app | [--ipa | --bundle-id]] [OPTIONS]', 'Launch an app with instruments.'
# This is the description we want, but Thor doesn't handle newlines well(?).
# long_desc <<EOF
# # Launch App.app on a simulator.
# $ be run-loop instruments launch --app /path/to/App.app