package cli
type Config struct {
Files FileList
Query struct {
Period string
Sort string
NoRounding bool
Depth int
}