diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 11:15:50 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 11:22:17 -0600 |
| commit | 244746dff7eabd89720688b835cfe803372d91ef (patch) | |
| tree | a5ffac709b2fface878da7fe4113d9e1b87252d8 /flags.go | |
| parent | c7148446a8a9d084d29a3ebb240d6c651c6e7c65 (diff) | |
add lang flag and update documentation
Diffstat (limited to 'flags.go')
| -rw-r--r-- | flags.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
