class Vitepressify::CLI

Defined in:

vitepressify/cli.cr

Constant Summary

INSTANCE = CLI.new

Constructors

Instance Method Summary

Constructor Detail

def self.new(args : Array(String) = ARGV) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def generate : Bool #

[View source]
def generate=(generate : Bool) #

[View source]
def index : Path | String #

[View source]
def index=(index : Path | String) #

[View source]
def parse #

[View source]
def tag : String #

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

[View source]
def update : Path #

[View source]
def update=(update : Path) #

[View source]