getPrintCommandsHelp function
Returns the print commands section.
Implementation
String getPrintCommandsHelp() {
return '''
<cyan>**Print File Contents**</cyan>
<yellow>**.print-file**</yellow> <path> Print file *(*.exec.dart)*
<yellow>**.print-script**</yellow> <path> Print script *(*.script.txt)*
<yellow>**.print-replay**</yellow> <path> Print replay *(*.replay.txt)*
<yellow>**.print-session**</yellow> <name> Print session *(*.session.txt)*''';
}