coder / serpent

CLI framework for scale and configurability inspired by Cobra
Creative Commons Zero v1.0 Universal
6 stars 1 forks source link

Enable generating/providing completions #16

Open kfkonrad opened 3 weeks ago

kfkonrad commented 3 weeks ago

This is a sister issue to https://github.com/coder/coder/issues/13502. Working with a plethora of CLIs is so much easier when the next completion is at your fingertips. Manually writing completions is a hassle and as a CLI framework serpent should imho aid in creating completions programatically

ammario commented 2 weeks ago

began working on this here: https://github.com/coder/serpent/pull/7