diff --git a/src/Kathara/cli/command/LconfigCommand.py b/src/Kathara/cli/command/LconfigCommand.py index d77fa0a8..8f65c985 100644 --- a/src/Kathara/cli/command/LconfigCommand.py +++ b/src/Kathara/cli/command/LconfigCommand.py @@ -45,7 +45,7 @@ def __init__(self) -> None: group.add_argument( '--add', - type=alphanumeric, + type=str, dest='to_add', metavar='CD', nargs='+',