pub const ENV_HANDOFF_INIT_ARGS: &str = "MSB_HANDOFF_INIT_ARGS";Expand description
Argv list for the handoff init binary.
Format: base64url-no-padding encoded JSON array of strings.
Empty or unset means the init is exec’d with argv = [program].
This deliberately differs from the delimiter-based MSB_* boot env
formats because argv entries are arbitrary strings; wrapping JSON in
base64url preserves spaces, separators, empty strings, and Unicode
without inventing a second escaping language.
Example:
MSB_HANDOFF_INIT_ARGS=WyItdW5pdD1tdWx0aS11c2VyLnRhcmdldCJd