Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed May 27, 2024
1 parent 7f7aed7 commit ab564bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ parallel from the internet. An internet connection is only required for this par
of the execution.

Command line options:
* `--traceback`: useful for bug reporting, bubbles the Python exception up to the
* `-t`/`--traceback`: useful for bug reporting, bubbles the Python exception up to the
terminal
* `--reset`: Redownload the entire cache and current information about what words you
* `-r`/`--reset`: Redownload the entire cache and current information about what words you
have guessed correctly/incorrectly
* `-f`/`--file`: Path to the file containing the flashcard information
* `-d`/`--dir`: File is a directory and all TOML files in the given directory should be loaded
by the application

Run ctrl-C to exit the program and save your progress

Expand Down

0 comments on commit ab564bb

Please sign in to comment.