pub async fn execute(args: CheckArgs) -> Result<()>Expand description
Execute the check command.
§Validation Steps
- Load and validate fob.config.json
- Check entry points exist
- Validate format/option combinations
- Check dependencies (if –deps flag)
- Report warnings (if –warnings flag)
§Arguments
args- Parsed check command arguments
§Errors
Returns errors for invalid configuration or missing files.