class Spring::Application

def setup(command)

load the helper file once and have it cached.
main process so that they are cached. For example a test command wants to
The command might need to require some files in the
def setup(command)
  if command.setup
    watcher.add loaded_application_features # loaded features may have changed
  end
end