diff options
| author | nytpu <alex@nytpu.com> | 2021-05-19 08:07:36 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-19 08:07:36 -0600 |
| commit | c5b47f15465cfbd0d7e02008374a5e78a6c51d51 (patch) | |
| tree | 585a2740ade92a63f944990d079aa24d9d6aa96c /flags.go | |
| parent | f9d88722606e5c2570fe4237a64b5a1b22bf1789 (diff) | |
add history flag
Diffstat (limited to 'flags.go')
| -rw-r--r-- | flags.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ var ( dataFlag = globalFs.StringP("data", "d", "", "The data directory where comitium will store its files") langFlag = globalFs.StringP("lang", "l", "en-US", "The language that comitium will use when outputting its files") + histFlag = globalFs.IntP("history", "h", 31, "The number of days of article history to display on feed.gmi") ) // command holds fields used for printing information about a command. |
