Skip to content

Commit c9d0b9b

Browse files
committed
Added TODO
1 parent 3fd6618 commit c9d0b9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/matej/argparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class Arg(ABC):
116116
Instances of this class's subclasses can be added to an arbitrary :class:`argparse.ArgumentParser` instance
117117
using the :meth:`add_to_ap` method, although certain restrictions apply, as specified in the subclasses' docs.
118118
"""
119+
#TODO: Maybe we should have an unwrap parameter that allows us to unwrap a single-element list in multi-arg arguments?
119120
def __init__(self, *flags, **kw):
120121
"""
121122
Initialise the argument.

0 commit comments

Comments
 (0)