Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

chore(config): fix config/show to display booleans properly #12

Closed bketelsen closed 1 year ago

bketelsen commented 1 year ago

this patch makes config show use %v format to auto format booleans and strings without error.

fixes #11