Initialize a new system watcher
Parameters:
the command line parameters hash (usually ARGV).
ARGV
the environment variables hash (usually ENV).
ENV
12 13 14 15 16
# File 'lib/syswatch/cli.rb', line 12 def initialize(argv, env) parse_options! argv @runner = Runner.new @options end