aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-06-18 07:52:07 +0100
committerNerdyPepper <[email protected]>2019-06-18 07:52:07 +0100
commit1a06f12da5e701b778009fc5c81db28f092fcede (patch)
tree41aa18e98550c263e04a17d085a40b7bb7d8a561 /readme.md
parent2eda7d259dc7529ddaf52c30558d1e0432217959 (diff)
add history hinting
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index ea96c76..2c1998a 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,7 @@ $ cargo run
23### usage 23### usage
24 24
25```shell 25```shell
26eva 0.2.3 26eva 0.2.4
27NerdyPepper <[email protected]> 27NerdyPepper <[email protected]>
28Calculator REPL similar to bc(1) 28Calculator 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
38OPTIONS: 38OPTIONS:
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
41ARGS: 42ARGS:
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
45type out an expression and hit enter, repeat. 47type out an expression and hit enter, repeat.