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, reproducible _reproducible = @reproducible)
- #output_file : String
- #output_format : String
- #reproducible : Bool
-
#serial_number : String | Nil
The BOM serial number to use, or nil to let a random one be generated.
- #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, reproducible : Bool)
#
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, reproducible _reproducible = @reproducible)
#
def serial_number : String | Nil
#
The BOM serial number to use, or nil to let a random one be generated.