This commit is contained in:
leedongmyung[desktop] 2023-11-18 15:40:55 +09:00
parent 9a35ffa014
commit 32f059a350

View file

@ -13,4 +13,13 @@ void main(List<String> arguments) async {
CommandStart(),
CommandStop()
]);
// String test = '''
// Error on line 5, column 1: Expected ':'.
//
// 5 < commands:
// ^
//
// ''';
// await CLI.printString(test, color: Color.red);
}