12 lines
146 B
Go
12 lines
146 B
Go
package cli
|
|
|
|
type Config struct {
|
|
Files FileList
|
|
Query struct {
|
|
Period Period
|
|
Sort string
|
|
NoRounding bool
|
|
Depth int
|
|
}
|
|
}
|