diff options
author | NerdyPepper <[email protected]> | 2019-06-18 07:52:07 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-06-18 07:52:07 +0100 |
commit | 1a06f12da5e701b778009fc5c81db28f092fcede (patch) | |
tree | 41aa18e98550c263e04a17d085a40b7bb7d8a561 /readme.md | |
parent | 2eda7d259dc7529ddaf52c30558d1e0432217959 (diff) |
add history hinting
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -23,7 +23,7 @@ $ cargo run | |||
23 | ### usage | 23 | ### usage |
24 | 24 | ||
25 | ```shell | 25 | ```shell |
26 | eva 0.2.3 | 26 | eva 0.2.4 |
27 | NerdyPepper <[email protected]> | 27 | NerdyPepper <[email protected]> |
28 | Calculator REPL similar to bc(1) | 28 | Calculator REPL similar to bc(1) |
29 | 29 | ||
@@ -36,10 +36,12 @@ FLAGS: | |||
36 | -V, --version Prints version information | 36 | -V, --version Prints version information |
37 | 37 | ||
38 | OPTIONS: | 38 | OPTIONS: |
39 | -f, --fix <FIX> set number of decimal places in the output | 39 | -b, --base <RADIX> set the radix of calculation output (2, 8, 10, 16 etc.) |
40 | -f, --fix <FIX> set number of decimal places in the output | ||
40 | 41 | ||
41 | ARGS: | 42 | ARGS: |
42 | <INPUT> optional expression string to run eva in command mode | 43 | <INPUT> optional expression string to run eva in command mode |
44 | |||
43 | ``` | 45 | ``` |
44 | 46 | ||
45 | type out an expression and hit enter, repeat. | 47 | type out an expression and hit enter, repeat. |