Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Asugawara committed Dec 29, 2023
1 parent e978663 commit 00cf1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgcs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def main() -> None:
parser_traverse = subparsers.add_parser(
"traverse", help="default positional argument `pg` == `pg traverse`"
)
parser_traverse.add_argument("root", nargs="?")
parser_pref = subparsers.add_parser("pref", help="set pref")
parser_pref.add_argument("--init", action="store_true")
parser_pref.add_argument("key", nargs="?")
Expand Down

0 comments on commit 00cf1ca

Please sign in to comment.