cmdfun icon indicating copy to clipboard operation
cmdfun copied to clipboard

rename cmd_install_ functions

Open snystrom opened this issue 4 years ago • 0 comments

These utilities can be used to check for things other than "installs" like API keys, etc. The function names should reflect this.

cmd_install_is_valid -> cmd_path_is_valid cmd_install_check -> cmd_path_check (change message from "install" -> "path")

ToDo

  • [ ] Alias cmd_install family to cmd_path family
  • [ ] deprecate cmd_install family

snystrom avatar Aug 26 '20 23:08 snystrom