-
argparser requires /bin/bash to do its parsing. If /bin/bash is not in gearcmd's PATH, it will exit with error: "exit status 127" and no other information. This requirement should be made explicit and…
-
Assuming most other defaults are used, models trained with `--model="ScaleShiftMACE"` appear to be different in at least one important, nonobvious way from models trained with `--model="MACE"`.
Spe…
-
Not sure if it is wanted but if I use an option with a dot like `p.name` then args are not read correctly.
```dart
final parser = ArgParser();
parser.addOption('p.name');
print(parser.parse(['--…
-
### 请提出你的问题
Traceback (most recent call last):
File "doccano.py", line 25, in
from paddlenlp.trainer.argparser import strtobool
ImportError: cannot import name 'strtobool' from 'paddlenlp.t…
wuhu6 updated
8 months ago
-
Right now, it's very difficult to figure out how to use the executables to process L200 data directly by non-experts. This can be important for several reasons, including testing changes to the analys…
-
I was playing around with you library and wrote simple test program after you example in package documentation. It parses two flags and a variable number of positional arguments:
``` haskell
import S…
-
Hello,
I am working on the Debian packaging of barclay. With version 4.0.1, I get 4 unit tests failing on many machines (but seemingly not all):
Gradle suite > Gradle test > org.broadinstitute.b…
-
Not sure whether it's something that should be part of the core of argparser but I came across a usecase which consists of multiple arguments (flags) being collected to obtain a set of switches (and a…
-
The basic should be the same as `command`, and maybe `command` should use it internally:
```
object({
someName: ArgParser,
otherName: ArgParser,
}) => ArgParser
```
-
(In doc strings)
Realized while reviewing: https://github.com/coala/coala/pull/4161#discussion_r115152066
```
> grep -R ArgParser coalib
coalib/coala.py:from coalib.parsing.DefaultArgParser im…