La ayuda de la línea de comandos dice
-b BOOKS, --books BOOKS
Reference list to print (as in Choose Books)
en el código de github, también encontré documentación que dice
-b BOOKS, --books BOOKS
Space separated bookid list to set
ambas sugieren que solo debo escribir las abreviaturas de los libros. Pero si hago esto
python ptxprint -b JAS 1PE -P
obtengo
res=0
y si hago esto
python ptxprint -b JAS 1PE 2PE -P
obtengo
ptxprint: error: unrecognized arguments: 2PE
- ¿Cuál es la sintaxis correcta?
- ¿Qué significa
res=0? (También he visto esto al intentar instalar ptxprint en una nueva máquina Linux.)
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.)
Traducción automática desde English