bin/doit in doit-0.2.8 vs bin/doit in doit-0.3.0

- old
+ new

@@ -9,10 +9,11 @@ options = Parser.new do |p| p.banner = "Usage: doit script... [options] # execute locally or remotely" p.version = "doit #{Globals::VERSION}" p.option :list, 'Lists available scripts' - p.option :remote, 'Remote host or comma separated hosts', default: '---', optional: true + p.option :each, 'Lists each remote command (no execution)' + p.option :remote, 'Remote host or comma separated hosts', default: '...', optional: true p.option :silent, 'Run silently; suppress output' p.option :verbose, 'Enable verbose output' p.option :noop, 'Suppress execution of commannds' end.process!