Skip to content

Commit

Permalink
Fix lconfig parser (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaiazzi committed Dec 19, 2023
1 parent dfcf0a5 commit aafb77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kathara/cli/command/LconfigCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self) -> None:

group.add_argument(
'--add',
type=alphanumeric,
type=str,
dest='to_add',
metavar='CD',
nargs='+',
Expand Down

0 comments on commit aafb77e

Please sign in to comment.