help function

void help()

Output the manual for idkit_assets.

Implementation

void help() {
  final content = mconst.help;
  AssetsLog.out('$content', type: OutColor.yellow);
}