make_command: Helper function to create new command
Description
Helper function to create new command
Usage
make_command(name, fun, envir = caller_env())
Arguments
- name
A string of the function name.
- fun
A function used to initialize the Command
object.
- envir
A environment used to bind the created function.