showConnectCommand static method

Future<void> showConnectCommand()

Implementation

static Future<void> showConnectCommand() async {
  Console.writeLine(dcli.green('👾 Available Connect commands:'));
  Console.writeLine(dcli.green('🔹 ${Constants.kConnectCommand} < ${Constants.kGithubArgument} > - '
      'Connects the project to Github.'));
}