rom-cli 0.2.1

CLI interface for ROM
Documentation
1
2
3
4
5
6
7
8
9
10
//! ROM CLI - command-line interface and nix process wrappers
mod cli;

pub use cli::{
  Cli,
  Commands,
  parse_args_with_separator,
  replace_command_with_exit,
  run,
};