Method: Cir::Cli::StatusCommand#opts

Defined in:
lib/cir/cli/status_command.rb

#optsObject



20
21
22
23
24
25
26
# File 'lib/cir/cli/status_command.rb', line 20

def opts
  Trollop::Parser.new do
    banner "Show status of registered files."
    opt :show_diff, "Show diffs for changed files", :default => false
    opt :all, "Display all files even those that haven't been changed", :default => false
  end
end