dfnConfigAddUsage top-level property

String dfnConfigAddUsage
final

Usage information of dfn config add command:

Usage: dfn config add <script|path>

Possible arguments:
  script          .dart file with a top-level `main` function.
  path            Path to directory with a scripts subfolder
                  which holds .dart files. Dart files should meet
                  requirement of scripts. Files that start with _
                  (underscore) are excluded.

Implementation

final dfnConfigAddUsage = '''
Usage: ${green.wrap(bold('dfn config add'))} ${italic('<script|path>')}

Possible ${italic('arguments')}:
  ${lightGreen.wrap('script'.fit)}${italic('.dart')} file with a top-level `main` function.
  ${lightGreen.wrap('path'.fit)}Path to directory with a ${italic('scripts')} subfolder
  ${''.fit}which holds ${italic('.dart')} files. Dart files should meet
  ${''.fit}requirement of ${italic('scripts')}. Files that start with ${italic('_')}
  ${''.fit}(underscore) are excluded.
''';