withfig/autocomplete

[cut] missing "-w" flag in spec

Yashwin-Sudarshan opened this issue · 0 comments

Sanity checks

  • My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
  • I have searched github.com/withfig/autocomplete/issues and there are no duplicates of my issue
  • I would like to work on this.

What CLI tool does this relate to?

cut

Which statement makes the most sense?

This completion spec isn't complete

Issue Details

The specification for the cut utility has been extended to include the -w flag. Currently the cut specification does not include this flag in the autocomplete options.

cut-missing-w-flag

cut-man