datui-cli 0.3.2

Shared CLI definitions for datui (Args, CompressionFormat)
Documentation
1
2
3
4
5
6
7
8
//! Binary that emits command-line options markdown to stdout.
//!
//! Used by the docs build process (Python script) to replace
//! `docs/reference/command-line-options.md` before mdbook runs.

fn main() {
    print!("{}", datui_cli::render_options_markdown());
}