Vas Sudanagunta
Vas Sudanagunta
I would think this would be greatly beneficial for battery health.
Many commands have different usages wherein some options or positional args only make sense with certain commands or other options. While Commander supports expressing this using `Option.conflicts`, its expression to...
https://en.wikipedia.org/wiki/Comparison_of_regular-expression_engines Just noticed `regress` isn't there. I'd do it for you but you know the details better :)
Looking at the source, the only way to close `stdin` is to call `waitForFinish`. This prevents testing of commands that read initial input from `stdin` but still continue to operate,...
A lot of CLI commands follow the Unix philosophy and read `stdin` for default input and write output to `stdout` by default. `cli-testing-library` already makes it easy to test the...
I'm considering using your library because i like its notion of a sandboxed filesystem for testing and the ability to clean it up. I also prefer the simplicity over [cli-testing-tool...
i don't think system files, especially security related ones, should be blindly modified by user code. I think your tool should at least have an option to ask user confirmation,...
commit 1: Fixed a minor grammar error. commit 2: Format filenames in dist build list with code spans for readability. Also more consistent with rest of file. commit 3: Convert...
### Did you check the tree-sitter docs? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser ### Is your feature request related to...
- per issue #1858 - adds cases for nested input objects to existing cases - very minor refactor to re-use the same test logic, keep tests readable.