Hooks for roc

October 23, 2016 ยท View on GitHub

Hooks

roc

update-settings

Expected to return new settings that should be merged with the existing ones.

Makes it possible to modify the settings object before a command is started and after potential arguments from the command line and configuration file have been parsed. This is a good point to default to some value if no was given or modify something in the settings.

Initial value: Nothing
Expected return value: Object()

Arguments

NameDescriptionTypeRequiredCan be empty
getSettingsA function that returns the settings after the context has been initialized.FunctionNo