# Functions
NewCmdline initializes and returns a representation of the cmdline values specified by `parameters`.
NewParameter initializes and returns a Parameter.
ProcCmdline returns a representation of /proc/cmdline.
WithDeleteNegatedArgs specifies whether kernel arguments that starts with `-` should be removed with AppendAll.
WithOverwriteArgs specifies kernel arguments which should be overwritten with AppendAll.
# Structs
AppendAllOptions provides additional options for AppendAll.
Cmdline represents a set of kernel parameters.
Parameter represents a value in a kernel parameter key-value pair.
# Type aliases
AppendAllOption is a functional option for AppendAll.
Key represents a key in a kernel parameter key-value pair.
Parameters represents /proc/cmdline.