package
0.1.2
Repository: https://github.com/siderolabs/go-procfs.git
Documentation: pkg.go.dev

# 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.