Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeplum committed May 18, 2021
1 parent 8c5b5c1 commit cd6e04b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cicero"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Yan Li <eyeplum@gmail.com>"]
license = "GPLv3"
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TYPE> Specifies input type, 'string' by default,
Expand Down

0 comments on commit cd6e04b

Please sign in to comment.