Skip to content

Command Starting with a Number #721

Answered by amoffat
bnerickson asked this question in Q&A
Discussion options

You must be logged in to vote

Try instantiating the Command object manually:

import sh
seven_z = sh.Command("7z")
seven_z(...)

https://sh.readthedocs.io/en/latest/sections/command_class.html#Command

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bnerickson
Comment options

Answer selected by bnerickson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants