omni-cli

Crates.ioomni-cli
lib.rsomni-cli
version0.1.0
sourcesrc
created_at2024-02-23 12:42:31.441903
updated_at2024-02-23 12:42:31.441903
descriptionA simple CLI for converting between commonly used configuration file formats.
homepage
repositoryhttps://github.com/fedfontana/omni
max_upload_size
id1150535
size18,989
Federico Fontana (fedfontana)

documentation

README

omni-cli

Exposes a single omni command to convert between commonly used configuration formats.

Usage: omni [OPTIONS] [IN_PATH]

Arguments:
  [IN_PATH]  The input file to convert. If not specified, the input will be read from stdin

Options:
  -o, --out-path <OUT_PATH>      The output file to write to. If not specified, the output will be written to stdout
      --in-format <IN_FORMAT>    If specified, the input will be treated as this format (has precedence over the inference from the file extension). Required when reading from stdin
      --out-format <OUT_FORMAT>  If specified, the output will be treated as this format (has precedence over the inference from the output file extension). Required when writing to stdout
  -h, --help                     Print help
Commit count: 0

cargo fmt