subroutine init_commands() implicit none call register_cmd(all_cmds(1), CMD_DEBUG) call register_cmd(all_cmds(2), CMD_FIND) end subroutine init_commands