execute

Function execute 

Source
pub async fn execute(args: CheckArgs) -> Result<()>
Expand description

Execute the check command.

§Validation Steps

  1. Load and validate fob.config.json
  2. Check entry points exist
  3. Validate format/option combinations
  4. Check dependencies (if –deps flag)
  5. Report warnings (if –warnings flag)

§Arguments

  • args - Parsed check command arguments

§Errors

Returns errors for invalid configuration or missing files.