So I read about V and had to try it out for myself. This here is the result of that trial.
v main.v
./main FUNCTION_NAME [OPTIONAL_ARG]
- FUNCTION_NAME: name of a function defined in a _switch_ statemtent
- OPTIONAL_ARG: an optional arg to pass to one of those functions
./main about
./main frame "test text"