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