python-fire
python-fire copied to clipboard
*varargs cannot tell the difference between whitespaces within and out of quotes
I tried putting some paths as *varargs. I found if my path contained whitespaces, whether I quoted the paths, fire will always separate them by any whitespaces it found. Hope you can fix this.
Thanks for opening the issue. Could you please provide a simple example?