struct Jargon::SubcommandInfo

Overview

Information about a subcommand for completion generation

Defined in:

jargon/completion.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, description : String | Nil, schema : Schema | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, description _description = @description, schema _schema = @schema) #

[View source]
def description : String | Nil #

def name : String #

def schema : Schema | Nil #