# File lib/daemons/cmdline.rb, line 72
    def parse(args)
      # The options specified on the command line will be collected in *options*.
      # We set default values here.
      #options = {}
      
      
      ##pp args
      @opts.parse(args)
      
      return @options
    end