]> git.armaanb.net Git - lightcards.git/blobdiff - man/lightcards.1.md
Update error code section of manpage
[lightcards.git] / man / lightcards.1.md
index 6c3a385b63fbd6106a2c054fd766146eb60c3843..e79e47843a36d4acab5c695b33704ad9a128d5a5 100644 (file)
@@ -1,6 +1,6 @@
-% lightcards(1) 0.3.0
+% lightcards(1) 0.6.0
 % Armaan Bhojwani
-% January 2021
+% February 2021
 
 # NAME
 lightcards - terminal flashcards from Markdown
@@ -19,11 +19,17 @@ lightcards [[options]] [input file]
 **-h**, **--help**
 : Show a help message and exit
 
+**-a**, **--alphabetize**
+: Alphabetize card order
+
 **-f**, **--flip**
 : Show second column first
 
+**-p**, **--purge**
+: Purge cache for chosen set
+
 **-r**, **--reverse**
-: Reverse card order. Has no effect when shuffling as well
+: Reverse card order
 
 **-s**, **--shuffle**
 : Shuffle card order
@@ -56,12 +62,18 @@ lightcards [[options]] [input file]
 **e**
 : Open input file in $EDITOR
 
+**m**
+: Open control menu
+
+# INPUT FILE
+Lightcards takes the first table from a valid Markdown or HTML file. Each row is a card, and the two columns are the front and back.
+
 # EXIT VALUES
 **0**
 : Success
 
 **1**
-: Cannot find input file
+: Parse error
 
 **2**
 : Invalid option