L'aide de la ligne de commande indique
-b BOOKS, --books BOOKS
Reference list to print (as in Choose Books)
dans le code github, j'ai également trouvé une documentation qui indique
-b BOOKS, --books BOOKS
Space separated bookid list to set
les deux suggèrent que je n'ai qu'à écrire les abréviations des livres. Mais si je fais ceci
python ptxprint -b JAS 1PE -P
J'obtiens
res=0
et si je fais ceci
python ptxprint -b JAS 1PE 2PE -P
J'obtiens
ptxprint: error: unrecognized arguments: 2PE
- Quelle est la syntaxe correcte ?
- Que signifie
res=0 ? (J'ai vu cela en essayant d'installer ptxprint sur une nouvelle machine Linux également.)
The command line help says
-b BOOKS, --books BOOKS
Reference list to print (as in Choose Books)
in the github code, I also found documentation that says
-b BOOKS, --books BOOKS
Space separated bookid list to set
both of those would suggest that I just write the book abbreviations. But if I do this
python ptxprint -b JAS 1PE -P
I get
res=0
and if I do this
python ptxprint -b JAS 1PE 2PE -P
I get
ptxprint: error: unrecognized arguments: 2PE
- What is the correct syntax?
- What does
res=0 mean? (I’ve seen that while trying to install ptxprint on a new Linux machine also.)
Traduit automatiquement depuis English