python-fire
python-fire copied to clipboard
No space between argument key and value (eg. -jthreads)
GNU Make takes -jthreads as arguments, which is a common usage. Is it possible to let fire treat -j8 as -j 8?
Thanks for the suggestion. No, this is not currently supported.