wip
Some checks failed
cicd / ci (push) Failing after 1m54s

This commit is contained in:
Bel LaPointe
2024-12-12 21:16:02 -07:00
parent e4d60a9e73
commit d1b3da3fa3
3 changed files with 121 additions and 0 deletions

11
cmd/cli/config.go Normal file
View File

@@ -0,0 +1,11 @@
package cli
type Config struct {
Files FileList
Query struct {
Period string
Sort string
NoRounding bool
Depth int
}
}