carapace-spec icon indicating copy to clipboard operation
carapace-spec copied to clipboard

suport nargs

Open rsteube opened this issue 1 year ago • 0 comments

Request

Maybe support nargs for flags. Completion would be an issue though.

Proposed solution

flags:
  -n, --nargs{2}=: flag with 2 arguments
completion:
  flag:
    nargs{0}: ["1", "one"]
    nargs{1}: ["2", "two"]

Anything else?

related #176

rsteube avatar Jul 11 '23 23:07 rsteube