CMD constructor

CMD()

Run "dart run cmd:install" to install cmd scripts...

Implementation

CMD() {
  print('''\x1B[33mRun "dart run cmd:install" to install Flutter Commands.
📁 cmd will be installed at \x1B[37m${Directory.current.path}\\cmd\\\x1B[0m
''');
}