Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Meridian::CLI::Command
Inherits
Reference
<
Object
Constants
HELP_FLAGS = ["-h", "--help"]
Instance methods
call
(ctx :
Context
, positionals :
Array
(
String
), remote_command :
Array
(
String
)) :
Int32
Source
configure
(parser :
OptionParser
) :
Nil
Source
description
Source
failure_message
Source
invoke
(ctx :
Context
, args :
Array
(
String
)) :
Int32
Source
name
Source
parse_positionals
(args :
Array
(
String
)) :
Tuple
(
Array
(
String
),
Array
(
String
))
Source
print_help
(io :
IO
) :
Int32
Source
rescuable
Source
stop_at_separator?
Source
summary
Source
usage
Source
Nested types
Meridian::CLI::Command::ParseError