Skip to main content

Module store

Module store 

Source
Expand description

cmd_store migration. Handler writes through CliOutput so unit tests can capture stdout/stderr into Vec<u8> buffers.

Structs§

StoreArgs
Clap-derived arg shape for the store subcommand. Definition moved from main.rs verbatim in W5a — fields and attrs unchanged.

Functions§

run
store handler. Mirrors cmd_store from main.rs verbatim except every emit routes through out.stdout / out.stderr instead of println! / eprintln!.