Method code for $has_commands.uninit_has_commands()

[Turn off line numbering]
  1: var c, cmd;
  2: 
  3: for c in (.remote_commands().values()) {
  4:     for cmd in (c)
  5:         .del_command(cmd[3], cmd[4]);
  6: }
  7: (| clear_var('remote) |);
  8: (| clear_var('local) |);
  9: (| clear_var('shortcuts) |);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon