rfse #
fn mount #
fn mount(args MountArgs) !
fn pack #
fn pack(args PackArgs) !
struct MountArgs #
@[params]
struct MountArgs {
meta_path string
cache_path ?string
log_path ?string
target string
}
struct PackArgs #
@[params]
struct PackArgs {
meta_path string
stores []string
target string
strip_password bool = true
}