module CLI

Defined in:

util/cli.cr

Class Method Summary

Class Method Detail

def self.parse(argv : Enumerable(String) = ARGV, *, default_context : CLI::Context, find_context_callback : Proc(String, CLI::Context), context_finished_callback : Proc(CLI::Context, String, Nil)) #

[View source]