Command_snapshot.TYPES
type encoded_string = string
val encoded_string_enc : string Json_encoding.encoding
type snapshot = {
cmd : encoded_string array;
env : encoded_string list;
pwd : encoded_string;
}
val snapshot_enc : snapshot Json_encoding.encoding