-
Currently, if a function takes optional arguments, I just make multiple functions with different names and place the default arguments in these function definitions. I think this is fine, but maybe th…
-
If the user duplicates the argument `by` in `deadline` command, the following error message show up:
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2425S1/pe/master/files/04e11928-2635-4f…
-
## Motivation
Currently, in the draft version of the package (`core` branch) we use the `argparse` module to work with command line arguments. That means we're restricted to bound our API implementat…
-
**TypeScript Version:** 3.8.3
**Search Terms:** left shift, type parameter
**Expected behavior:** Syntax highlighting stays intact.
**Actual behavior:** Syntax highlighting breaks, even with…
-
The arguments are not documented and the only way to figure out what they are easily is to dig through the arguments parsing source.
The possible arguments and common combinations of them should be…
-
I'm trying to add a required positional before a group of commands but the parsing isn't working correctly. Here's an example:
```c++
#include "args/args.hxx"
int main(int argc, const char **ar…
-
The parameter parsing code at https://github.com/prometheus/promu/blob/04550494378ed57e36ba704721cbefd26f4253ee/util/sh/sh.go#L46-L50 allows extracting quoted arguments (to allow such things as `-tags…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Note: I'm trying to migrate from localstack 2.3.2 to localstack 3.8.1. With 2.3.2, the …
-
This issue follows up on one aspect of #6467. Many native commands use `-` prefix for named parameters, but either separate the parameter value with `=` (`-param=value`) or use no separator at all (e.…
-
In a `.sw` program, when we encounter a line:
place "foo";
given the context of a scenario, we should be able to check statically whether `"foo"` refers to an existing entity.
Entities ar…