Skip to content

Conversation

@ysthakur
Copy link
Member

Fixes #1199

The less completions currently include a subcommand "less 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19". This subcommand definition has all the same flags as the definition for less (expect for --shift). This subcommand exists because these completions were generated from the Fish ones, and for some reason, the Fish completions add arguments like 1 2 3 ... to some of the less commands.

This PR just gets rid of that subcommand.

@fdncred fdncred merged commit c0eef9b into main Jan 11, 2026
1 check passed
@fdncred
Copy link
Contributor

fdncred commented Jan 11, 2026

Thanks

@fdncred fdncred deleted the ysthakur-patch-1 branch January 11, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

custom-completions/less prints less 0 1 2 3 4 5...

3 participants