Skip to content

Commit

Permalink
add AIN argument to "apply template" function
Browse files Browse the repository at this point in the history
  • Loading branch information
shadoxxhd authored and hthiery committed Jan 10, 2024
1 parent 5756c51 commit 23ebe5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyfritzhome/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def main(args=None):

# apply templates
subparser = _sub_switch.add_parser("apply", help="Apply template")
subparser.add_argument("ain", type=str, metavar="AIN", help="Actor Identification")
subparser.set_defaults(func=template_apply)

args = parser.parse_args(args)
Expand Down

0 comments on commit 23ebe5f

Please sign in to comment.