tellUser method

  1. @override
void tellUser()
override

Implementation

@override
void tellUser() {
  tell(red('No autobot config file found!'));
  tell(grey('Add a autobot_config.yaml to the current working directory using: autobot init'));
  tell(yellow('OR'));
  tell(grey('Add a .autobot_config.yaml to your home directory using: autobot init -g'));
}