Skip to content

v1.0.0: CLI for go-dundocs

Latest
Compare
Choose a tag to compare
@leowmjw leowmjw released this 07 Dec 16:22
· 9 commits to master since this release

NAME
dundocs - CLI to process PDFs from Selangor State Assembly

USAGE
dundocs [GLOBAL OPTIONS] [COMMAND OPTIONS] [arguments...]

VERSION
1.0.0

COMMANDS
plan Plan based on source PDF

split   Split source PDF following plan

GLOBAL OPTIONS
--help (default: false)
Show a list of commands or help for one command

--verbose
        (default: false)
        Produce verbose output

--version
        (default: false)
        Print the version and exit

Global options can also be configured via upper-case, underscore-delimited
environment variables prefixed with "DUNDOCS_". For example, "--some-flag"
becomes "DUNDOCS_SOME_FLAG". Command-line flags take precedence over
environment variables.

Run "dundocs help " for more details on a specific command.