Contains all of the plugin defined commands as a map between function names and function calls.
- Copyright:
- Copyright © 2023-… by Seth Hollingsead. All rights reserved
- Source:
Requires
- module:dCafCommands
- module:plugin.command.constants
- module:plugin.constants
- module:loggers
- module:pluginData
- @haystacks/constants
- path
Methods
(inner) initPluginCommandsLibrary() → {object}
Initializes an object map of plugin commands and plugin function calls and returns them.
- Source:
Returns:
A JSON object that contains an array of function objects that map function name to function call for all of the commands.
- Type
- object