From c5b47f15465cfbd0d7e02008374a5e78a6c51d51 Mon Sep 17 00:00:00 2001 From: nytpu Date: Wed, 19 May 2021 08:07:36 -0600 Subject: add history flag --- flags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'flags.go') diff --git a/flags.go b/flags.go index b634a41..11f3051 100644 --- a/flags.go +++ b/flags.go @@ -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. -- cgit v1.2.3