Package dev.omnist.cli


package dev.omnist.cli
The omnist command-line interface: parses arguments and dispatches to every subcommand (format, validate, convert, schema normalize/prune/extract/lint/compatible-with/equivalent/is-empty, infer) documented in docs/02-cli-reference.md, wiring the codec, schema, and validation packages together into the tool end users run.
  • Classes
    Class
    Description
    Implements every omnist CLI command: format, validate, convert, schema (with its normalize/prune/extract/ compatible-with/equivalent/is-empty/lint subcommands), and infer.
    Process entry point.