master-key.executeStoredCommand
Runs a command previously stored with storeCommand
. The arguments passed to storeCommand
are merged with those passed here before running the command.
Arguments
command
: (optional) the name of the command to runargs
: (optional) The arguments to directly pass to thecommand
, these are static values.computedArgs
: (optional) Likeargs
except that each value is a string that is evaluated as an expression.register
: a unique name where the command and its arguments will be stored