pub fn run(
_args: &ExportArgs,
ctx: &MarsContext,
_json: bool,
) -> Result<i32, MarsError>Expand description
Run mars export.
Always outputs JSON (the --json global flag is accepted but redundant here).
pub fn run(
_args: &ExportArgs,
ctx: &MarsContext,
_json: bool,
) -> Result<i32, MarsError>Run mars export.
Always outputs JSON (the --json global flag is accepted but redundant here).