commit | 54ed7e756c7ce3448537acb49cb10d4a71285308 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Jan 04 12:05:00 2022 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Jan 04 12:05:00 2022 +0100 |
tree | 01db05945d3462599a8254de8c0852b645d35807 | |
parent | d0c6e10aaaabd3466235829c490ca5dfecb2bc1b [diff] |
Fix handling of "z.B." Change-Id: Ie419cae80f16443c4f3f656fe827023d00c6bc12
diff --git a/cmd/datok.go b/cmd/datok.go index 1c9d99b..1c1a781 100644 --- a/cmd/datok.go +++ b/cmd/datok.go
@@ -11,6 +11,10 @@ "github.com/alecthomas/kong" ) +// TODO: +// - Support version information based on +// https://blog.carlmjohnson.net/post/2021/golang-118-minor-features/ + var cli struct { Convert struct { Foma string `kong:"required,short='i',help='The Foma FST file'"`