add lang flag and update documentation

This commit is contained in:
nytpu
2021-05-11 11:15:50 -06:00
parent c7148446a8
commit 244746dff7
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ var (
globalFs = flag.NewFlagSet("global", flag.ContinueOnError)
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")
)
// command holds fields used for printing information about a command.