#config-file #file-format #input-file #output-format #convert #cli #converting

app omni-cli

一个简单的 CLI 工具,用于在常用的配置文件格式之间进行转换

1 个不稳定版本

0.1.0 2024年2月23日

#1867解析实现

自定义许可证

8KB
151 代码行

omni-cli

提供了一个单一的 omni 命令,用于在常用的配置格式之间进行转换。

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

依赖关系

~4.5MB
~91K SLoC