Usage: java -jar doc_builder.jar [options]
Options:
--destination, -d
Path to the destination location
Default: doc_build
--git
Use git and generate as many API versions as many git refs exists
Default: false
--pattern
File name extractor pattern. Read how java Matcher and Pattern works
Default: .*/(.*?)/README\.md
--server
Run server to host static or not
Default: false
--source, -s
Path to the Features location
Default: Features
--help, --usage, -h
Display the help
Default: false