ajvb / kala

Modern Job Scheduler
MIT License
2.12k stars 187 forks source link

Support Colon in Port Flag; Support Env Vars for Port and Interface #196

Closed tooolbox closed 4 years ago

tooolbox commented 4 years ago
  1. Made "port" a string so that you can pass ":8000" as well as "8000".
  2. Made "port" and "interface" able to use environment vars as well as flags.
tooolbox commented 4 years ago

Ultimately it would be good to switch to cobra/viper as then the environment stuff would be automatic and setting KALA_ as a prefix is one line.