2.1 CLI
Command line args
| argument | example | type | means |
|---|---|---|---|
| -t | -t Title | string | Title |
| -a | -t Author | string | Arthour |
| -j | -j public/a.js -j public/b.js | array<string> or string | Additional Javascript |
| -c | -c public/a.css -c public/b.css | array<string> or string | Additional CSS |
| -b | -b /bookone/ | string | URL base |
| -p | -p | boolean | Build pdf output |