ValvePython / steamctl

🤸 Take control of Steam from your terminal
https://pypi.org/project/steamctl/
MIT License
306 stars 16 forks source link

rename webapi command --version to --apiver to avoid conflict #79

Open justinkb opened 7 months ago

justinkb commented 7 months ago

currently it is impossible to use webapi call on anything but version 1 apis, since the argument parser always interprets a --version parameter wherever you pass it in the command line as a request to print the version number of steamctl

nutterthanos commented 4 months ago

@justinkb dev has gone missing for a while don't know if they will come back

nutterthanos commented 1 month ago

@justinkb if you really needed it changed you can fork it or something and build it yourself with the fix