Change "color" int option to "no-background-color" bool option.

This commit is contained in:
Murilo Pereira
2020-06-01 16:00:06 +02:00
parent 0ce1526c81
commit da9a59649f
2 changed files with 22 additions and 20 deletions

9
README
View File

@@ -80,10 +80,11 @@
** Usage
#+begin_src text
usage: ttysolitaire [-v|--version] [-h|--help] [-p|--passes=NUMBER]
-v, --version Show version
-h, --help Show this message
-p, --passes Number of passes through the deck
usage: ./ttysolitaire [OPTIONS]
-v, --version Show version
-h, --help Show this message
-p, --passes Number of passes through the deck (default: 3)
--no-background-color Don't draw background color (default: false)
#+end_src
** Development