class Marten::CLI::Manage::Command::New::Context

Defined in:

marten/cli/manage/command/new/context.cr

Constant Summary

TARGET_AUTH = "auth"
TARGET_GENERAL = "general"

Constructors

Instance Method Summary

Constructor Detail

def self.new(dir : String = "example", name : String = "example", targets : Array(String) = [TARGET_GENERAL]) #

[View source]

Instance Method Detail

def dir : String #

[View source]
def dir=(dir : String) #

[View source]
def expanded_dir #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def targets : Array(String) #

[View source]
def targets=(targets : Array(String)) #

[View source]
def targets_auth? #

[View source]