module Commands end
require 'commands/base' require 'commands/start' require 'commands/stop' require 'commands/missing'