Skip to content

with_argument_list breaks when using preserve_quotes argument #633

@kmvanbrunt

Description

@kmvanbrunt

The following function causes this exception
TypeError: with_argument_list() missing 1 required positional argument: 'func'

@with_argument_list(preserve_quotes=True)
    def do_blah(self, args):
        print(args)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions