module

Velvet::Parser

Class methods

parse(wizard : Wizard, args : Array(String)) : Hash(String, JSON::Any)

Parse raw CLI args against a wizard schema, emit clean typed result. Accepts args like: --environment staging --replicas 3 --dry-run

Source