From 06725762f1cbf5a3d5e181c5d9b82c6b2804a050 Mon Sep 17 00:00:00 2001 From: mgt Date: Sun, 10 Apr 2022 22:50:33 +0800 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README-en.md | 7 ++++--- README.md | 7 ++++--- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee55559..842702b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "cxx2flow" -version = "0.5.6" +version = "0.5.7" dependencies = [ "clap", "enum_dispatch", diff --git a/Cargo.toml b/Cargo.toml index 36e6b03..42fe72e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx2flow" -version = "0.5.6" +version = "0.5.7" edition = "2018" authors = ["mgt "] description = "Convert your C/C++ code to control flow chart" diff --git a/README-en.md b/README-en.md index 2841829..733ccf0 100644 --- a/README-en.md +++ b/README-en.md @@ -51,15 +51,16 @@ It is recommended to download prebuilt binary from [Github Release](https://gith To compile the generated dot file, you need graphviz. You can also copy the output to online graphviz services such as http://magjac.com/graphviz-visual-editor/ . ``` -cxx2flow 0.5.6 +cxx2flow 0.5.7 mgt Convert your C/C++ code to control flow chart USAGE: - cxx2flow [OPTIONS] [FUNCTION] + cxx2flow [OPTIONS] [ARGS] ARGS: - Sets the input file. e.g. test.cpp + Sets the path of the input file. e.g. test.cpp + If not specified, cxx2flow will read from stdin. The function you want to convert. e.g. main [default: main] OPTIONS: diff --git a/README.md b/README.md index d16a9f9..1995522 100644 --- a/README.md +++ b/README.md @@ -53,15 +53,16 @@ cargo install cxx2flow 为了编译生成的 dot 文件,你需要安装 graphviz,并将其添加到 PATH 中。也可以将生成的结果复制进在线的 graphviz 服务中,如 http://magjac.com/graphviz-visual-editor/ 。 ``` -cxx2flow 0.5.6 +cxx2flow 0.5.7 mgt Convert your C/C++ code to control flow chart USAGE: - cxx2flow [OPTIONS] [FUNCTION] + cxx2flow [OPTIONS] [ARGS] ARGS: - Sets the input file. e.g. test.cpp + Sets the path of the input file. e.g. test.cpp + If not specified, cxx2flow will read from stdin. The function you want to convert. e.g. main [default: main] OPTIONS: