description property

  1. @override
String get description
override

The description of the init command shown in help text

Implementation

@override
String get description =>
    "Initialize the project with the necessary configuration files and directories.";