himdel / hsetroot

yet another wallpaper application
GNU General Public License v2.0
123 stars 21 forks source link

Command line options parsing #13

Open himdel opened 5 years ago

himdel commented 5 years ago

TODO rework command line option parsing, using some library (do people still use getopt_long?)

right now, we init all the display and stuff even for --help, every option gets parsed multiple times,

we should transform options into a list of transforms and then run through the list, or something like that