command-name ( command -- str )


Vocabulary
ui.commands

Inputs
commanda command


Outputs
stra string


Word description
Outputs a human-readable name for the command.

Examples
USING: io ui.commands ; IN: scratchpad : com-my-command ( -- ) ; \ com-my-command command-name write
My Command


Definition


Methods