gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

Pybombs swallows parameters for command to be run: `pybombs run cmake --version` #604

Open marcusmueller opened 2 years ago

marcusmueller commented 2 years ago

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

argilo commented 2 years ago

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.