def main(): """Invoked by the script installed by setuptools.""" parser.name('tinman') parser.description(__desc__) p = parser.get() p.add_argument('-p', '--path', action='store_true', dest='path', help='Path to prepend to the Python system path') helper.start(Controller)
def main(): """Invoked by the script installed by setuptools.""" parser.name('tinman') parser.description(__desc__) p = parser.get() p.add_argument('-p', '--path', action='store', dest='path', help='Path to prepend to the Python system path') helper.start(Controller)
def main(): parser.name('jnpr_nr_plugin') parser.description('jnpr_nr_plugin') helper.start(Controller)
def main(): """Called when invoking the command line script.""" add_parser_arguments() parser.description('Rejected AMQP consumer supervisor') helper.start(Controller)
def main(): """Called when invoking the command line script.""" add_parser_arguments() parser.description('RabbitMQ consumer framework') helper.start(Controller)
def main(): parser.description(DESCRIPTION) helper.start(Controller)
def main(): parser.description('A python statsd clone') helper.start(Cardiff)