Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the alias command is run as created above in a script, Toffee will activate the alias. No variables are substituted when an alias is activated.

Aliases on principle cannot be overwritten. This includes aliases with expressions where the variable names are different but the literals are the same. In the Workspace, the session can be cleared (thereby clearing all variables, aliases, and open browsers) via the dropdown on the right of the toolbar at the top, and then the alias can be activated.

The alias command itself will not run the command. Rather, any time the alias expression appears as an automated command, then the command will be substituted in its place. Therefore, the alias expression can be used multiple times without the need to declare the alias command each time. In addition, the alias command can be activated by including a script through the Workspace, and subsequently the alias expression can be used through the Workspace as any other automated command.

...