pybombs
pybombs copied to clipboard
Pybombs swallows parameters for command to be run: `pybombs run cmake --version`
pybombs run cmake --version
output:
2.3.4
is the version of pybombs, weird.
I use this:
$cmake --version
cmake version 3.10.2
@marcusmueller
Originally posted by @jackdondy in https://github.com/gnuradio/gnuradio/issues/5115#issuecomment-931466709
I'll check whether there's a better way to handle this in Python's argparse, but you can always do pybombs run -- cmake --version.