Casey Rodarmor
e6c37aacd1
Release 1.29.0 ( #2155 )
...
- Bump version: 1.28.0 → 1.29.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
- Fix zsh completion script
2024-06-14 02:57:12 +00:00
Casey Rodarmor
0de971942a
Allow printing nu completion script with just --completions nushell
( #2140 )
2024-06-08 21:56:21 +00:00
Greg Shuflin
38873dcb74
Allow unexporting environment variables ( #2098 )
2024-06-05 20:16:47 +00:00
Casey Rodarmor
8d3d88fc13
Don't check in auto-generated completion scripts ( #2120 )
2024-06-01 23:26:41 +00:00
Casey Rodarmor
01fae9b1e4
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
Casey Rodarmor
d797592365
Remove test-utilities crate ( #892 )
2021-07-03 21:26:59 +00:00
Casey Rodarmor
dcc98abdf8
Don't require justfile to print completions ( #596 )
...
Currently, the `--completions` subcommand will fail if there is no
justfile present. A justfile isn't needed to print completions, so fix
this.
2020-02-20 06:07:25 -08:00
Casey Rodarmor
85e8015702
Generate shell completion scripts with --completions
( #572 )
...
Make just print clap-generated shell completion scripts with `--completions`
command. Currently, Bash, Zsh, Fish, PowerShell, and Elvish are supported.
Additionally, the generated completion scripts are checked in to the
`completions` folder.
2020-01-15 01:20:38 -08:00