changelog 0.1.1

Changelog generator
Documentation

changelog

crates.io version build status downloads docs.rs docs

Changelog generator.

Usage

changelog 0.0.2
Command line parser.

USAGE:
    changelog [FLAGS] [OPTIONS] [path]

FLAGS:
    -h, --help         Prints help information
    -P, --pretty       Enable pretty printing
    -q, --quiet        Suppress all log output
    -V, --version      Prints version information
    -v, --verbosity    Print more log output

OPTIONS:
    -o, --out <file>    Write output to file

ARGS:
    <path>    Project directory [default: .]

Installation

$ cargo add changelog

License

MIT OR Apache-2.0