15 lines
214 B
Go
15 lines
214 B
Go
package cli
|
|
|
|
type Config struct {
|
|
Files FileList
|
|
Query struct {
|
|
Period Period
|
|
Sort string
|
|
NoRounding bool
|
|
Depth int
|
|
Reverse bool
|
|
NoExchanging bool
|
|
Normalize bool
|
|
}
|
|
}
|