clilyruntime-aware CLI docs
Reference

Public API

The root-level exports intended for downstream consumers of @clily/core.

Functions and classes

  • clily
  • createRuntime
  • getExecutionEnvironment
  • ClilyCommandError

Exported root types

  • ClilyOptions
  • ClilyHooks
  • ClilyRuntime
  • ClilyExitRequest
  • CompletionConfig
  • CompletionShell
  • ExecutionEnvironment

Intentional constraint

Internal helpers for schema conversion, help generation, completion tree building, and generic plumbing are not part of the public root API.

That keeps the supported surface smaller and makes the framework easier to evolve.

On this page