This repository was archived by the owner on Feb 11, 2026. It is now read-only.
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
fish completions should know whether an argument to a flag is required #67
The
completecommand infishhas a-rflag which specifies that an argument is required. If we haveValue::Requiredon a flag, that should be used. This requires grouping the flags first by whether they have a required, optional, or no value.