mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
refactor string
flag parsing
Hoist the code for parsing flags out of each individual subcommand and into a function shared by all the subcommands. This reduces duplication and potential for error. More importantly it makes the code that actually implements the subcommand more prominent.
This commit is contained in:
parent
d71c4d129c
commit
59a2e1bcbc
1 changed files with 475 additions and 615 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue