carbonfact / lea

🏃‍♀️ Minimalist alternative to dbt
Apache License 2.0
211 stars 7 forks source link

Shell auto-completion #8

Open MaxHalford opened 11 months ago

MaxHalford commented 11 months ago

It would be nice if lea supported auto-completion. There are two kinds of auto-completion:

  1. The commands and sub-commands themselves (should be straightforward)
  2. Suggesting argument values automatically (such as suggestion schema and table names)

There's some Typer documentation here.