class Tapioca::Commands::CommandWithoutTracker

def initialize

def initialize
  Tapioca::Runtime::Trackers.disable_all!
  super
end