zensols.cisql.conf
Manages application level configuration using the Java Prefernces system.
add-set-config-hook
(add-set-config-hook callback-fn)
config
(config)
(config key & {:keys [expect?], :or {expect? nil}})
help-section
(help-section key)
Return help section for the variable with key if there is one.
print-key-desc
(print-key-desc space)
Print variable names and documentation as markdown.
print-key-values
(print-key-values)
Print state of variable key/value pairs as markdown.
remove-config
(remove-config key)
Remove variable with name key and save.
reset
(reset)
Reset all variable data to it’s initial nascent state.
set-config
(set-config key value)
Set variable with name key to value and save.