Cat Request Options
data class CatRequestOptions(val headers: List<String>? = null, val sort: List<String>? = null, val verbose: Boolean? = null, val help: Boolean? = null, val bytes: CatBytes? = null, val time: CatTime? = null, val format: CatFormat? = null, val local: Boolean? = null, val extraParameters: Map<String, String>? = null)
Common cat query parameters.
Use headers for h, sort for s, verbose for v, help for help, bytes for bytes, time for time, format for format, and local for local.