prokopyl/CommandTools

Refactor CommandExecutor so that each command has its own class

Closed this issue · 0 comments

Basically, all command classes would inherit a 'Command' class that :

  • runs the command based on the parameters
  • stores and manages help messages
  • handles the autocompletion methods