add a first version of the inline documentation

This commit is contained in:
Eric Coissac
2025-03-12 14:40:42 +01:00
parent 7a9dc1ab3b
commit d1c31c54de
31 changed files with 118 additions and 29 deletions

View File

@@ -32,7 +32,10 @@ func main() {
// trace.Start(ftrace)
// defer trace.Stop()
optionParser := obioptions.GenerateOptionParser(obikmersim.CountOptionSet)
optionParser := obioptions.GenerateOptionParser(
"obikmersimcount",
"",
obikmersim.CountOptionSet)
_, args := optionParser(os.Args)