GlareDB / glaredb

GlareDB: An analytics DBMS for distributed data
https://glaredb.com
MIT License
722 stars 41 forks source link

cli subcommand and argument completions #2493

Open universalmind303 opened 10 months ago

universalmind303 commented 10 months ago

Description

It'd be nice to have some cli completions for our binary.

Clap has some builtin support for this already https://docs.rs/clap_complete/latest/clap_complete/

universalmind303 commented 10 months ago

so one caveat with enabling this, Clap doesn't hide subcommands annotated with hide, so it does result in us generating completions for all commands.

image