cli icon indicating copy to clipboard operation
cli copied to clipboard

Fix:(issue_2234): Include empty argument

Open bbadour opened this issue 1 month ago • 1 comments

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 avatar Nov 26 '25 21:11 bbadour

@bbadour try to focus on one issue per PR.

dearchap avatar Nov 27 '25 14:11 dearchap