-
The shell completions for `fish` and `PowerShell` have been added in [v0.16.2](https://github.com/sunny0826/kubecm/releases/tag/v0.16.2), but I don't have the appropriate environment to test if they w…
-
In #572, I'll be landing a `--completions` flag to make `just` output completion scripts for various shells. However, these completion scripts should also allow completing recipe names (like `build` o…
casey updated
3 years ago
-
How does tab completion work, and can we support it? [RipGrep][1] uses clap to automatically generate tab completion files for some shells:
```rust
// Use clap to build completion files.
…
-
In https://github.com/tauri-apps/tauri-docs/pull/1283 we've added docs for bash, zsh and powershell, however `tauri completions` also supports fish but i've had issues coming up with something nice ha…
-
I've been using PowerShell on Ubuntu LTS 20.04 for some quite time, and zsysctl doesn't have a proper completion options.
Seeing you're using cobra component, it seems that can handle PowerShell co…
-
When generating completions for Volta, the Powershell completion script is wrong (I assume other platforms are as well?)
For example, the PS completion script has:
```powershell
'volta;completion…
-
Hello! Thank you for the new interesting project!
I just want to let you know about [🚀 Upterm](https://github.com/railsware/upterm) — really great proof of concept but it stopped because maintainer…
-
Maintainer's notes:
Remaining work for feature parity
- [x] Communicate with bash (#3656)
- [x] Complete path `ValueHint`s (#3656)
- [x] Complete possible values (#3656)
- [x] Complete short f…
epage updated
1 month ago
-
Rather than attempt to look up args at runtime (which cause artifacts to be downloaded or compiled), the SDK could generate a script/data format for different shells to consume and check this in durin…
-
Pier is lacking shell completions at the moment for all the cli options, however since pier is using clap / structopt this does not seem relatively easy to do.
To start with perhaps we should limit …