aboutsummaryrefslogtreecommitdiffstats
path: root/manual/cli.rst
AgeCommit message (Collapse)Author
2022-01-30Fix typos in manualm-holger
Fix typos in cli.rst
2022-01-30QPDFJob: placeholder for initializeFromJsonJay Berkenbilt
2022-01-30cli.rst: remove () from end of short helpJay Berkenbilt
This is used to generate a schema for the job json, which can't contain `)"` because it breaks the R"(...)" syntax in C++. While C++ accepts R"anything(...)anything" to avoid this, as of this writing, MSVC 2019 doesn't understand that. For now, just avoid it by removing parentheses from the end of short help.
2022-01-30Add missing help topic for inspectionJay Berkenbilt
2022-01-30Editorial changes to cli.rstJay Berkenbilt
2022-01-30CLI doc: use tables where helpfulJay Berkenbilt
2022-01-30Document how to add a command-line argumentJay Berkenbilt
2022-01-30Generate help content from manualJay Berkenbilt
This is a massive rewrite of the help text and cli.rst section of the manual. All command-line flags now have their own help and are specifically index. qpdf --help is completely redone.
2021-12-18Specify highlight language instead of using text codeblocksJay Berkenbilt
2021-12-18Change html theme again, fix code blocksJay Berkenbilt
The agogo theme doesn't do very well on narrow screens. The code blocks were used for shell commands but were using Python syntax highlighting.
2021-12-18Remove ref. from documentation referencesJay Berkenbilt
2021-12-18Split documentation into multiple pages, change themeJay Berkenbilt