class
Pwgen::Options
- Pwgen::Options
- Reference
- Object
Overview
Configuration options for password generation.
Holds all settings parsed from command-line arguments or set programmatically.
Defined in:
pwgen/options.crConstructors
Instance Method Summary
- #color=(color : Bool)
- #color? : Bool
- #column_count : Int32
- #columns : Bool
- #columns=(value : Bool)
- #columns? : Bool
- #count : Int32 | Nil
- #count=(count : Int32 | Nil)
- #flags : Feature
- #flags=(flags : Feature)
- #generator : GeneratorKind
- #generator=(generator : GeneratorKind)
- #length : Int32
- #length=(length : Int32)
- #remove_chars : String | Nil
- #remove_chars=(remove_chars : String | Nil)
- #sha1_source : Sha1Source | Nil
- #sha1_source=(sha1_source : Sha1Source | Nil)
- #term_width : Int32
- #term_width=(term_width : Int32)