# File lib/daemon_kit/arguments.rb, line 33 def parse( argv ) cmd, argv = self.command( argv ) return cmd, *self.configuration( argv ) end