alepha@docs:~/docs/reference/providers$
cat CliProvider.md
1 min read
Last commit:

#CliProvider

#Import

typescript
1import { CliProvider } from "alepha/command";

#Overview

CLI provider for parsing and executing commands.

Handles:

  • Command resolution (simple, nested, colon-notation)
  • Flag and argument parsing
  • Environment variable validation
  • Help generation
  • Pre/post command hooks