cli
cli copied to clipboard
Fix:(issue_2234): Include empty argument
Include an empty argument and all subsequent arguments.
What type of PR is this?
- bug
What this PR does / why we need it:
Sometimes command line arguments are empty strings.
i.e.
command subcommand '' 'anotherarg'
Which issue(s) this PR fixes:
Fixes #2234
Release Notes
Allow empty command line arguments. i.e. "", '' etc.
@bbadour try to focus on one issue per PR.