blob: 5d20775aa05314af94c6e86d7530b140e12cee4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## Name
fortune
## Synopsis
```sh
$ fortune [path]
```
## Description
Open a fortune cookie, receive a free quote for the day!
## Options:
* `--help`: Display help message and exit
* `--version`: Print version
## Arguments:
* `path`: Path to JSON file with quotes (/res/fortunes.json by default)
<!-- Auto-generated through ArgsParser -->
|