Root cmds (scripting directives) that DO mutate device state. Four names, and
the argument for each is that its documented effect is a configuration
change, not that its name merely looked mutating:
password changes the logged-in user's password
undo reverts the previous configuration change
redo re-applies it
import applies an .rsc file to the configuration
Every other root cmd is control flow, a pure function, or output.
Root cmds (scripting directives) that DO mutate device state. Four names, and the argument for each is that its documented effect is a configuration change, not that its name merely looked mutating:
passwordchanges the logged-in user's passwordundoreverts the previous configuration changeredore-applies itimportapplies an .rsc file to the configuration Every other root cmd is control flow, a pure function, or output.