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

Add -f flag for specifying that the last arguments are a list of filenames #14

Open xyproto opened 6 years ago

xyproto commented 6 years ago

It is tradition for UNIX utilities to be able to specify one or more filenames as the last argument(s). By default, setconf does not support this, since setconf key=value filename is more readable.

This feature request is for adding a flag (perhaps -f, or -l) which means that the filename(s) comes last.