Values.KxCommandLineArgumentSourceDefines the key-value pairs to make them available inside the cluster.
type nonrec t = {key : KxCommandLineArgumentKey.t option;The name of the key.
*)value : KxCommandLineArgumentValue.t option;The value of the key.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of KxCommandLineArgumentKey.t ]) list ]