**Description** Flags often can be passed in a negated form `--no-<flag name>`. As a CLI author, I want these negated forms in the completion suggestions **Requirements** - [x] Complete all negatable flags - [x] Complete partially written negated flags - [x] Take aliases into consideration - [x] Don't complete hidden flags **Additional Context**
Description
Flags often can be passed in a negated form
--no-<flag name>.As a CLI author, I want these negated forms in the completion suggestions
Requirements
Additional Context