We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd6618 commit c9d0b9bCopy full SHA for c9d0b9b
1 file changed
src/matej/argparse.py
@@ -116,6 +116,7 @@ class Arg(ABC):
116
Instances of this class's subclasses can be added to an arbitrary :class:`argparse.ArgumentParser` instance
117
using the :meth:`add_to_ap` method, although certain restrictions apply, as specified in the subclasses' docs.
118
"""
119
+ #TODO: Maybe we should have an unwrap parameter that allows us to unwrap a single-element list in multi-arg arguments?
120
def __init__(self, *flags, **kw):
121
122
Initialise the argument.
0 commit comments