Skip to content

Feature request: tab completion for shells (zsh, bash, ...) #357

Closed
@VorpalBlade

Description

@VorpalBlade

It would be nice to be able to tab complete the parameters and sub-commands. I believe the required files can be generated very easily using clap_complete since you already use clap for command line handling.

This can be setup in build.rs even, to not introduce extra run time dependencies (though I'm not sure how that interacts with cargo install).

For me this would be useful for the standalone espflash tool, as well as cargo-espflash

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions