Compare commits
No commits in common. "e0c35808454d01ae9876845abcfb6c8cbda7847e" and "bbeb65e3d205e3b2a8a231c0c4b15f5909aeb7f4" have entirely different histories.
e0c3580845
...
bbeb65e3d2
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -22,7 +22,7 @@ def main():
|
||||||
|
|
||||||
services = read_config['services']
|
services = read_config['services']
|
||||||
|
|
||||||
parser.add_argument("command", help="command to run (create, start, stop, shell, karaf, down)")
|
parser.add_argument("command", help="command to run (create, start, stop, shell, karaf, down")
|
||||||
parser.add_argument("service", help="name of service if applicable, or leave empty for all services", nargs='?', default='')
|
parser.add_argument("service", help="name of service if applicable, or leave empty for all services", nargs='?', default='')
|
||||||
parser.add_argument("-y", action="store_true", help="automatically confirm any queries")
|
parser.add_argument("-y", action="store_true", help="automatically confirm any queries")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue