Skip to content

Commit

Permalink
remove SHOW command (that’s a 3.0 thing)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesims committed Nov 29, 2024
1 parent 725d6be commit 31413de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mos.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ static t_mosCommand mosCommands[] = {
{ "RUN", &mos_cmdRUN, HELP_RUN_ARGS, HELP_RUN },
{ "SAVE", &mos_cmdSAVE, HELP_SAVE_ARGS, HELP_SAVE },
{ "SET", &mos_cmdSET, HELP_SET_ARGS, HELP_SET },
{ "SHOW", &mos_cmdSHOW, HELP_SET_ARGS, HELP_SET },
{ "TIME", &mos_cmdTIME, HELP_TIME_ARGS, HELP_TIME },
{ "TYPE", &mos_cmdTYPE, HELP_TYPE_ARGS, HELP_TYPE },
{ "VDU", &mos_cmdVDU, HELP_VDU_ARGS, HELP_VDU },
Expand Down

0 comments on commit 31413de

Please sign in to comment.