# File lib/daemon_kit/arguments.rb, line 41
      def command( argv )
        # extract command or set default
        cmd = self.commands.include?( argv[0] ) ? argv.shift : self.default_command

        return cmd.to_sym, argv
      end