Name

rename — Rename a command

Synopsis

rename cmdname

Description

Renames a Hecl command.

Example

hecl> rename puts send_it_to_the_screen
hecl> send_it_to_the_screen "hello world"
hello world