struct App::Options

Overview

Holds parsed command-line options.

Defined in:

app.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(shard_file : String, shard_lock_file : String, output_file : String, spec_version : String, output_format : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(shard_file _shard_file = @shard_file, shard_lock_file _shard_lock_file = @shard_lock_file, output_file _output_file = @output_file, spec_version _spec_version = @spec_version, output_format _output_format = @output_format) #

[View source]
def output_file : String #

def output_format : String #

def shard_file : String #

def shard_lock_file : String #

def spec_version : String #