cmd.Flags().Bool("timestamps",false,"Include timestamps on each line in the log output")
cmd.Flags().Int64("limit-bytes",0,"Maximum bytes of logs to return. Defaults to no limit.")
cmd.Flags().BoolP("previous","p",false,"If true, print the logs for the previous instance of the container in a pod if it exists.")
cmd.Flags().Int64("tail",-1,"Lines of recent log file to display. Defaults to -1, showing all log lines.")
cmd.Flags().Int64("tail",-1,"Lines of recent log file to display. Defaults to -1 with no selector, showing all log lines otherwise 10, if a selector is provided.")
cmd.Flags().String("since-time","","Only return logs after a specific date (RFC3339). Defaults to all logs. Only one of since-time / since may be used.")
cmd.Flags().Duration("since",0,"Only return logs newer than a relative duration like 5s, 2m, or 3h. Defaults to all logs. Only one of since-time / since may be used.")
cmd.Flags().StringP("container","c","","Print the logs of this container")