rename — Rename a command
rename cmdname
rename
cmdname
Renames a Hecl command.
hecl> rename puts send_it_to_the_screen hecl> send_it_to_the_screen "hello world" hello world