delimiter: Allows to specify any delimiter that will be used to join passphase words. Can be set to an empty string. Defaults to a single space.
capitalize: Allows to capitalize words. Defaults to false.
preset: Allows to specify a formatting preset. Formatting presets basically apply a combination of delimiter and capitalize to passphrase words. There are 3 presets:
This PR resolves #1.
CLI
false
.preset: Allows to specify a formatting preset. Formatting presets basically apply a combination of delimiter and capitalize to passphrase words. There are 3 presets:
ReliablyAgnosticIcinessAttributeBarrelAlarm
;reliably-agnostic-iciness-attribute-barrel-alarm
;reliably_agnostic_iciness_attribute_barrel_alarm
.Technically, there's also the default one:
reliably agnostic iciness attribute barrel alarm
;Note: delimiter and capitalize can't be used with preset.
Library
I rewrote the library so it now exposes, in addition to everything else:
delimiter
andcapitalize
.