Skip to content

Commit

Permalink
Allow either form of init only
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Sep 17, 2023
1 parent 457737f commit 73cf9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtimepy/commands/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def arbiter_args(parser: _ArgumentParser, nargs: str = "+") -> None:

parser.add_argument(
"--init_only",
"--init-only",
action="store_true",
help="exit after completing initialization",
)
Expand Down

0 comments on commit 73cf9e3

Please sign in to comment.