about summary refs log tree commit diff stats
path: root/commands/set.go
Commit message (Collapse)AuthorAgeFilesLines
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-151-0/+69
There is a LoadConf and a LoadConfFromFile. LoadConfFromFile reads the iniFile into memory and and calls LoadConf, which executes the old parsing commands from LoadConf (old func). The remaining of the LoadConfFromFile is the same as the old OldConf.