expect(CommandHelp.R.toString(),equals('\x1B[1mR\x1B[22m Hot restart.'));
expect(CommandHelp.S.toString(),equals('\x1B[1mS\x1B[22m Dump accessibility tree in traversal order. \x1B[1;30m(debugDumpSemantics)\x1B[39m'));
expect(CommandHelp.U.toString(),equals('\x1B[1mU\x1B[22m Dump accessibility tree in inverse hit test order. \x1B[1;30m(debugDumpSemantics)\x1B[39m'));
expect(CommandHelp.a.toString(),equals('\x1B[1ma\x1B[22m Toggle timeline events for all widget build methods. \x1B[1;30m(debugProfileWidgetBuilds)\x1B[39m'));
expect(CommandHelp.d.toString(),equals('\x1B[1md\x1B[22m Detach (terminate "flutter run" but leave application running).'));
expect(CommandHelp.h.toString(),equals('\x1B[1mh\x1B[22m Repeat this help message.'));
expect(commandHelp.a.toString(),equals('\x1B[1ma\x1B[22m Toggle timeline events for all widget build methods. \x1B[1;30m(debugProfileWidgetBuilds)\x1B[39m'));
expect(CommandHelp.o.toString(),equals('o Simulate different operating systems. (defaultTargetPlatform)'));
expect(commandHelp.d.toString(),equals('\x1B[1md\x1B[22m Detach (terminate "flutter run" but leave application running).'));
expect(CommandHelp.p.toString(),equals('p Toggle the display of construction lines. (debugPaintSizeEnabled)'));
expect(commandHelp.h.toString(),equals('\x1B[1mh\x1B[22m Repeat this help message.'));
expect(CommandHelp.q.toString(),equals('q Quit (terminate the application on the device).'));