कमांड लाइन सहायता में यह लिखा है
-b BOOKS, --books BOOKS
Reference list to print (as in Choose Books)
github कोड में, मैंने यह भी दस्तावेज़ीकरण पाया जो कहता है
-b BOOKS, --books BOOKS
Space separated bookid list to set
इन दोनों का सुझाव है कि मुझे बस पुस्तक के संक्षिप्त नाम लिखने चाहिए। लेकिन अगर मैं ऐसा करता हूँ
python ptxprint -b JAS 1PE -P
तो मुझे मिलता है
res=0
और अगर मैं ऐसा करता हूँ
python ptxprint -b JAS 1PE 2PE -P
तो मुझे मिलता है
ptxprint: error: unrecognized arguments: 2PE
- सही सिंटैक्स क्या है?
res=0 का क्या अर्थ है? (मैंने इसे एक नए Linux मशीन पर ptxprint इंस्टॉल करने की कोशिश करते समय भी देखा है।)
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.)
English से मशीन-अनुवादित