pub fn run(
models: Vec<String>,
all: bool,
yes: bool,
exclude: Vec<String>,
include_all: bool,
)Expand description
Run the make:api command.
Generates API controllers, resources, and request types for the specified
models (or all models if --all is set).