Fluxion::Registry::Settings
The configured registries, at ~/.config/fluxion/registries.yaml.
Constructors
Instance methods
add(source : Source) : self
SourceThe registry a command should act on when none was named: the one marked default, or the only one configured.
set_default(name : String) : self
Not default=: this returns new settings rather than mutating, and an
assignment method in Crystal returns its argument, so the result would be
unreachable.
ameba:disable Naming/AccessorMethodName
sources
Source