struct Obsctl::Domain::CommandParser::Token

Overview

One token, and whether the writer wrapped it in quotes.

Defined in:

obsctl/domain/command_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, quoted : Bool = false) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(value _value = @value, quoted _quoted = @quoted) #

[View source]
def quoted : Bool #

def value : String #