struct
App::Options
- App::Options
- Struct
- Value
- Object
Overview
Holds parsed command-line options.
Defined in:
app.crConstructors
Instance Method Summary
- #clone
- #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)
- #output_file : String
- #output_format : String
- #shard_file : String
- #shard_lock_file : String
- #spec_version : String
Constructor Detail
def self.new(shard_file : String, shard_lock_file : String, output_file : String, spec_version : String, output_format : String)
#
Instance Method Detail
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)
#