Skip to main content

cmd_originators

Function cmd_originators 

Source
pub fn cmd_originators() -> Command
Expand description

Creates the CLI command for displaying the originator table.

ยงReturns

  • A clap::Command configured with:
    • Name: "originators"
    • Alias: "o"
    • Short and long description: "Display the originator table."
    • Usage override:
      robctl [options] originators|o [options]
    • Version flag disabled