xyproto / setconf

:green_book: Change settings in configuration text files
https://setconf.roboticoverlords.org
GNU General Public License v2.0
46 stars 5 forks source link

uncomment '#Color' in pacman.conf' #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

Why `setconf -u Color /etc/pacman.conf' doesnt do anything while

'setconf -u Color= /etc/pacman.conf' correctly uncoments in (even without putting = after the option)?

It would be nice if -u would just uncomment the whole line without having to set a a new value..

xyproto commented 6 years ago

Thanks for the feature request, I`m planning to implement this.