Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 614 Bytes

TODOs.md

File metadata and controls

19 lines (15 loc) · 614 Bytes

confcmd

  • support command flags to as env and injected from env
  • support command flags can be parsed by Unmarshaller if it was implemented.
  • support flag short, such as uname -s
  • support flag without a value, such as uname --kernel-name to print kernel name
  • support persistence flag
  • complete golang reference doc from srouce code
  • executor of generating golang command dockerfile
  • executor of generating golang command makefile
  • executor of generating golang project makefile
  • executor of generating github ci workflow ymls

confapp

envconf