# File lib/daemons/cmdline.rb, line 91
    def parse(args)
      # The options specified on the command line will be collected in *options*.
      # We set default values here.

      @opts.parse(args)

      @options
    end