From cd6e04b5022adcbdfb5f27034e784298ddf3db56 Mon Sep 17 00:00:00 2001 From: Yan Li Date: Tue, 18 May 2021 21:11:05 +1200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 18 ++++++++++-------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0570480..aa7a9cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cicero" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 6efb51a..650245c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cicero" -version = "0.2.0" +version = "0.2.1" edition = "2018" authors = ["Yan Li "] license = "GPLv3" diff --git a/README.md b/README.md index 700c703..f88e97c 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,20 @@ Unicode tool with a terminal user interface. ``` $ cicero -h -Cicero: A Unicode Tool 0.2.0 (Unicode Version 13.0.0) +Cicero: A Unicode Tool 0.2.1 (Unicode Version 13.0.0) USAGE: - cicero [FLAGS] [OPTIONS] [INPUT] + cicero.exe [FLAGS] [OPTIONS] [INPUT] FLAGS: - -u Parses INPUT as comma separated code points, - same as '--input-type=code-points', - ignored if '--input-type' is specified - -h, --help Prints help information - -t, --tui Shows Terminal UI - -V, --version Prints version information + -u Parses INPUT as comma separated code points, + same as '--input-type=code-points', + ignored if '--input-type' is specified + -g, --generate-flamegraph Generate Flamegraph for all Unicode Planes, + which can be loaded by Chrome's tracer UI (about:tracing) + -h, --help Prints help information + -t, --tui Shows Terminal UI + -V, --version Prints version information OPTIONS: -i, --input-type Specifies input type, 'string' by default,