예제 #1
0
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)
예제 #2
0
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)
예제 #3
0
def main():
    parser.name('jnpr_nr_plugin')
    parser.description('jnpr_nr_plugin')
    helper.start(Controller)
예제 #4
0
파일: controller.py 프로젝트: gmr/rejected
def main():
    """Called when invoking the command line script."""
    add_parser_arguments()
    parser.description('Rejected AMQP consumer supervisor')
    helper.start(Controller)
예제 #5
0
def main():
    """Called when invoking the command line script."""
    add_parser_arguments()
    parser.description('RabbitMQ consumer framework')
    helper.start(Controller)
예제 #6
0
def main():
    parser.description(DESCRIPTION)
    helper.start(Controller)
예제 #7
0
def main():
    """Called when invoking the command line script."""
    add_parser_arguments()
    parser.description('Rejected AMQP consumer supervisor')
    helper.start(Controller)
예제 #8
0
def main():
    parser.name('jnpr_nr_plugin')
    parser.description('jnpr_nr_plugin')
    helper.start(Controller)
예제 #9
0
def main():
    """Called when invoking the command line script."""
    add_parser_arguments()
    parser.description('RabbitMQ consumer framework')
    helper.start(Controller)
예제 #10
0
def main():
    parser.description('A python statsd clone')
    helper.start(Cardiff)