Module Superbol_free_lib.Command_snapshot

module TYPES : sig ... end
val set_env : string list -> unit
val snapshots_dir : string
val load_and_exec : snapshot_id:string -> args:TYPES.encoded_string array -> no_cd:bool -> env:string list -> unit -> 'a
val save_and_run : snapshot_id:string -> args:TYPES.encoded_string array -> quit:bool -> env:TYPES.encoded_string list -> unit -> 'a
type kind =
  1. | Load of string
  2. | Save of string
val cmd : Ezcmd.V2.EZCMD.TYPES.sub