lib/run_loop/cli/cli.rb in run_loop-2.1.6 vs lib/run_loop/cli/cli.rb in run_loop-2.1.7
- old
+ new
@@ -28,11 +28,11 @@
end
desc 'instruments', "Interact with Xcode's command-line instruments"
subcommand 'instruments', RunLoop::CLI::Instruments
- desc 'simctl', "Interact with Xcode's command-line simctl"
- subcommand 'simctl', RunLoop::CLI::Simctl
+ desc "simctl", "Interact with Xcode's command-line simctl"
+ subcommand "simctl", RunLoop::CLI::Simctl
desc "locale", "Tools for interacting with locales"
subcommand "locale", RunLoop::CLI::Locale
desc "codesign", "Tools for interacting with codesign"