Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 284 Bytes

faq.md

File metadata and controls

15 lines (10 loc) · 284 Bytes

FAQ

How do I get help on specific CLI commands?

Every command and subcommand supports the --help option to print a description, arguments and options:

ocrd --help
ocrd workspace --help
ocrd workspace add --help

How do I turn off logging

🚨 TODO