struct Prompt::Argument

Included Modules

Defined in:

models/prompt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(name : String, title : String | Nil = nil, description : String | Nil = nil, required : Bool = false) #

[View source]

Instance Method Detail

def description : String | Nil #

[View source]
def name : String #

[View source]
def required : Bool #

[View source]
def title : String | Nil #

[View source]