command-flow icon indicating copy to clipboard operation
command-flow copied to clipboard

Added switch and value flag suggestions

Open FixedDev opened this issue 4 years ago • 0 comments

As suggested by #15, we added tab completion for switch and value flags only when the next argument starts with a "-". To allow this we needed custom treatment on the SequentialCommandParts for the ValueFlagPart and SwitchPart.

More testing is needed before merging this into the main branch, since only basic testing was done before creating the pull request with the changes

FixedDev avatar Aug 24 '21 21:08 FixedDev