command-flow
command-flow copied to clipboard
Added switch and value flag suggestions
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