-
While working on #342 , I noticed a (somewhat) deeper issue with how arguments are parsed.
Currently, the way `parse_args` is set up in `setuptools_wrap.py`, the only way to set the build type is b…
yonip updated
6 years ago
-
When using non-boolean command line arguments e.g. "--tag foo", it only passes the first component e.g. "--tag" to child processes.
https://github.com/juanfran/gulp-multi-process/blob/ea05bae3d4087…
-
`setuptools` inherits command line parsing from `distutils` which uses the `distutils.FancyGetopt` class for setting up and performing the parsing. Documentation and comments in the code suggest that …
-
Add simple a command command line interface.
- [x] Add scrolling
- [ ] Parsing current text buffer when pressing enter
- [ ] Parse address arguments into two bytes
- [ ] Add read-command for add…
-
In the process of migrating from Gazebo classic to Gazebo fortress, I am publishing the robot_description from tiago_description which references the gripper contained within pal_gripper. In doing so,…
-
Reported via [Sentry](https://d-w.sentry.io/share/issue/cf2845e3eae24db48fbd30758f8c00ac/):
Affected page: https://podcast-rewind.azurewebsites.net/Setup?feedUrl=https%3A%2F%2Fdaringfireball.net%2F…
-
I'm downloading a dataset but I want only an area in the Pacific
following the guide in [https://github.com/podaac/data-subscriber/blob/main/Subscriber.md](url)
`-b BBOX, --bounds BBOX
…
-
hi i love your tool i try to decode a vba but i found some problem with some funcion
-------------------------------------------------------------------------------
PARSING VBA CODE:
INFO par…
-
### Problem
For example, consider the following instruction:
```shell
npx tact -e -- '-1 + 1'
```
The expected result would be `0`, but instead one gets an exit code 2 and the following:
…
-
While spending time in the code I've noticed that (I think) all CLI entrypoints are using manual parsing of command line arguments.
The code could be much cleaner and the CLI's more uniform if we ref…