Skip to content

master-key.storeCommand

Stores a command (or part of one) to run later using executeStoredCommand.

Arguments

  • command: (optional) the name of the command to store
  • args: (optional) The arguments to directly pass to the command, these are static values.
  • computedArgs: (optional) Like args 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