Distinguish "--autocomplete=-someflag" and "--autocomplete=-someflag,"
because the latter indicates that the user put space before pushing tab
which should end up in a file completion.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 24136 Build 24135: arc lint + arc unit
Why not const bool HasSpace = PassedFlags.endswith(",")?