You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we want to allow for using a certain prefix-character(s) to indicate that a file being specified needs to be read, and have each line added as individual arguments to the parser, in place of the original argument.
Derived from: https://docs.python.org/dev/library/argparse.html#fromfile-prefix-chars
Do we want to allow for using a certain prefix-character(s) to indicate that a file being specified needs to be read, and have each line added as individual arguments to the parser, in place of the original argument.
Here is the python example:
So, the library could do something similar:
Which would expand the file, line by line, to individual arguments.
Is this worth implementing? I have never heard of anyone using this in practice.
The text was updated successfully, but these errors were encountered: