]> git.armaanb.net Git - lightcards.git/blob - man/lightcards.1.md
First commit
[lightcards.git] / man / lightcards.1.md
1 % lightcards(1) 0.0.0
2 % Armaan Bhojwani
3 % January 2021
4
5 # NAME
6 Lightcards - simple terminal flashcards.
7
8 # SYNOPSIS
9 lightcards [[options]] [[input file]]
10
11 # DESCRIPTION
12 **lightcards** is a Python script that reads data from a markdown table, and creates flashcards from them.
13
14 # OPTIONS
15 **-h**, **--help**
16 : Show a help message and exit
17
18 **-v**, **--version**
19 : Print version
20
21 # EXIT VALUES
22 **0**
23 : Success
24
25 **1**
26 : Cannot find input file
27
28 **2**
29 : Invalid option
30
31 # BUGS, PATCHES
32 https://lists.sr.ht/~armaan/public-inbox
33
34 # COPYRIGHT
35 Copyright 2021 Armaan Bhojwani <me@armaanb.net>. MIT License