cubicweb/pyramid/pyramidctl.py
branch3.24
changeset 11814 ab8f652a9c99
parent 11813 8a04a2cb5ba4
child 11817 48f6ebd33cb9
equal deleted inserted replaced
11813:8a04a2cb5ba4 11814:ab8f652a9c99
    37 
    37 
    38     <instance>
    38     <instance>
    39       identifier of the instance to configure.
    39       identifier of the instance to configure.
    40     """
    40     """
    41     name = 'pyramid'
    41     name = 'pyramid'
       
    42     actionverb = 'started'
    42 
    43 
    43     options = (
    44     options = (
    44         ('no-daemon',
    45         ('no-daemon',
    45          {'action': 'store_true',
    46          {'action': 'store_true',
    46           'help': 'Run the server in the foreground.'}),
    47           'help': 'Run the server in the foreground.'}),