-
#### What version of ripgrep are you using?
```
ripgrep 12.0.1 (rev 1143888259)
+SIMD -AVX (compiled)
+SIMD +AVX (runtime)
```
#### How did you install ripgrep?
Compile from source.
##…
-
It would be nice to have bash completions for the supported flags and/or binaries passed as arguments.
Specifically, pressing tab for completions should lead to following output:
```sh
$ go-glo…
Gelio updated
2 years ago
-
This issue is intended to be a discussion point for the new PowerShell Editor Services API model. The idea here is that Editor Services will now become a *framework* for adding new capabilities to ed…
-
```
Add-Type -AssemblyName System.Windows.Forms
$form = New-Object System.Windows.Forms.Form
$form.
```
Paste this into a ps1 file in vs code. I get no intellisense `$form.`.
If I retype each line, …
-
From http://comments.gmane.org/gmane.comp.shells.fish.user/3081:
"Consider this foo.fish file:
complete --command foo --no-files --short-option a --long-option 'an_example' --description 'example A'…
-
About "Autocomplete: This might eventually be added to both Plumbum and CLI11, but it is not supported yet."
Is there any plans or thoughts on this feature at this point?
I've been thinking about …
-
Hey @samneirinck, I know a lot of docker users that would love this updated to current CLI commands and sub-commands, options, etc.
Maybe we Docker Captains can help spread the word and get you som…
-
```PowerShell
Get-ADGroup -Filter { Member -RecursiveMatch $DistinguishedName } -searchbase $Group.DistinguishedName -server $Group.Domain
```
![image](https://user-images.githubusercontent.com/150…
-
**Describe the bug**
Is this a bad model or something else? It seems to produce "mesaage" key instead of "message" key, so send_message won't work.
```
Loading default settings from 'simple'
Fou…
-
We are resetting the System.CommandLine project to better align with the current ecosystem, isolate parsing behavior so it can be shares with other parser libraries and clarify long term maintenance. …