pub fn execute(cli: Cli) -> Result<()>Expand description
Execute the CLI command with the given arguments.
ยงErrors
This function will return an error if:
- Environment variable operations fail (loading, setting, deleting)
- File I/O operations fail (import/export)
- User input cannot be read
- Invalid command arguments are provided
- TUI mode is requested (should be handled by main binary)