Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeplum committed Oct 13, 2020
1 parent e8a7075 commit e3b8177
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ Unicode tool with a terminal user interface.

```
$ cicero -h
Cicero: A Unicode Tool 0.1.0 (Unicode Version 13.0.0)
Cicero: A Unicode Tool 0.1.1 (Unicode Version 13.0.0)
USAGE:
cicero [FLAGS] [OPTIONS] [INPUT]
FLAGS:
-u Parse INPUT as comma seperated code points,
-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 Show Terminal UI
-t, --tui Shows Terminal UI
-V, --version Prints version information
OPTIONS:
-i, --input-type <TYPE> Specify input type, 'string' by default,
-i, --input-type <TYPE> Specifies input type, 'string' by default,
valid values: string, code-points
-o, --output-format <FORMAT> Specify output format, 'text' by default,
-o, --output-format <FORMAT> Specifies output format, 'text' by default,
valid values: text, json
ARGS:
Expand Down

0 comments on commit e3b8177

Please sign in to comment.