Skip to content

Add new crate arg_completion#218

Merged
sadmac7000 merged 1 commit intogoogle:masterfrom
orthros:complete
Mar 3, 2026
Merged

Add new crate arg_completion#218
sadmac7000 merged 1 commit intogoogle:masterfrom
orthros:complete

Conversation

@orthros
Copy link
Member

@orthros orthros commented Mar 3, 2026

Provides functions to generate shell completions for the shells:

  • bash
  • zsh
  • fish

This is an opt-in crate and as such compile times and binary sizes will be unaffected unless a engineer includes this crate themselves.

This crate does not perscribe exactly how the "complete" functionality is exposed by the binary in question. Adding a "complete" subcommand is left as an exercise for the CLI author.

@orthros orthros force-pushed the complete branch 3 times, most recently from 39b3e43 to c1b8a4f Compare March 3, 2026 21:35
Provides functions to generate shell completions for the shells:

* bash
* zsh
* fish

This is an opt-in crate and as such compile times and binary sizes will
be unaffected unless a engineer includes this crate themselves.

This crate does not perscribe exactly how the "complete" functionality
is exposed by the binary in question. Adding a "complete" subcommand is
left as an exercise for the CLI author.
@sadmac7000 sadmac7000 merged commit 2b71055 into google:master Mar 3, 2026
5 checks passed
@orthros orthros deleted the complete branch March 5, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants