Skip to content

Remove empty commands `if`, `fi`, and `else`

Michael Aaron Murphy requested to merge skylerberg:cleanup into master

Created by: skylerberg

These commands did nothing and could never be accessed because of how on_command is written. The only reason I could think to include them would be to have them show up in help. However, they did not have any help strings and I don't think the grammar for the language should be a built into the command that lists the available builtins.

Merge request reports