1
0
Fork 0
timestamps
dump_stack() 2023-02-15 16:57:31 +00:00
parent b246ecf956
commit f97cb3f10a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

2
log.go
View File

@ -22,7 +22,7 @@ type LogCmd struct {
Query LogQueryCmd `cmd:"" help:"query logs"`
Dump LogDumpCmd `cmd:"" help:"show all info for log entry with ID"`
Json LogJsonCmd `cmd:"" help:"generate json statistics"`
Makrdown LogMarkdownCmd `cmd:"" help:"generate markdown statistics"`
Markdown LogMarkdownCmd `cmd:"" help:"generate markdown statistics"`
}
type LogQueryCmd struct {