module Velvet::Parser

Defined in:

velvet/parser.cr

Class Method Summary

Class Method Detail

def self.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


[View source]