run

Function run 

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

Run the AllFrame CLI with command-line arguments.

This is the main entry point for the CLI, designed to be called from both the allframe-forge binary and the allframe binary wrapper.

ยงErrors

Returns an error if command parsing fails or if the executed command fails.