cmd.Flag("include-label","Include labels given the provided key during output.").StringsVar(&q.ShowLabelsKey)
cmd.Flag("labels-length","Set a fixed padding to labels").Default("0").IntVar(&q.FixedLabelsLen)
cmd.Flag("store-config","Execute the current query using a configured storage from a given Loki configuration file.").Default("").StringVar(&q.LocalConfig)
cmd.Flag("colored-output","Show ouput with colored labels").Default("false").BoolVar(&q.ColoredOutput)
cmd.Flag("colored-output","Show output with colored labels").Default("false").BoolVar(&q.ColoredOutput)