Skip to content
  • lspitzner's avatar
    Change globalCommands description generation · d54a98b1
    lspitzner authored
    - previously, runCommands internally modified the description
      by adding the list of commands.
    - now, globalCommands is a function that builds the complete
      description without need for changes during runCommands invocation.
    - slightly more code duplication, but better separation of concerns
    d54a98b1