#text #checkstyle #cli #convert-text #text2checkstyle

app text2checkstyle_cli

将文本转换为 checkstyle 格式的命令行工具

9 个版本 (3 个稳定版本)

使用旧的 Rust 2015

1.1.1 2017年10月21日
1.1.0 2017年10月14日
0.1.0 2017年10月13日
0.0.10 2017年10月12日

#1#checkstyle

每月22次 下载

MIT/Apache

8KB
73

text2checkstyle_cli

crates version Travis-CI Status Appveyor Status license

将文本转换为 checkstyle 格式。

用于一些命令行工具。例如:saddler,reviewdog

有关程序化 API,请参阅 text2checkstyle

示例

$ echo -n 'example' | text2checkstyle
<?xml version="1.0"?><checkstyle><file name="path/to/file"><error column="0" line="0" message="example" severity="info" source="TextToCheckstyle"/></file></checkstyle>

安装

最新版本 下载适用于您自己的环境。

$ cargo install text2checkstyle_cli

CLI

text2checkstyle_cli
cli for text to checkstyle.

USAGE:
    text2checkstyle [OPTIONS] [FILE]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --column <COLUMN>         [default: 0]
        --line <LINE>             [default: 0]
        --name <NAME>             [default: path/to/file]
        --severity <SEVERITY>     [default: info]
        --source <SOURCE>         [default: TextToCheckstyle]

ARGS:
    <FILE>

变更日志

变更日志

许可证

MIT/Apache-2.0 © sanemat

依赖项

~9.5MB
~235K SLoC