CommandMain "the_command" giveme int number = param_with_default "-n" 1 File file = param "-f,--file" end # TODO maybe instance variables should go into a `data` block? # and constants into a `const` block? entry main code # Dummy code to avoid warning assert this == this end