helpText method

String helpText()

Implementation

String helpText() =>
    '''
///////////////////////////////////////////////////////
//                                                   //
//     //     //  //                     ///////     //
//     //     //  //         //////    ///    ///    //
//     //     //  //        //    //  ///            //
//     //     //  //        //    //  ///   ///      //
//      ///////   ////////   //////    //////        //
//                                                   //
//                     ULoC                          //
///////////////////////////////////////////////////////

Usage: dart run uloc <command> [arguments]

Global options:
$_globalUsageText

Available commands:

${_commands.map((commands) => '${commands.name.join(', ')}: ${commands.help ?? ''}\n${commands.parser?.usage ?? ''}').join('\n\n')}

${green}For more information, visit https://dannynguyen.vn/packages/dart-flutter/uloc$reset
''';