Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Main entry point for the CLI application

Parses command-line arguments and executes the appropriate action:

  • Switch configuration with -c flag
  • Execute subcommands (add, remove, list)
  • Show help if no arguments provided

ยงErrors

Returns error if any operation fails (file I/O, parsing, etc.)