description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description = "find duplicate files from source diretory \n\n"
    "e.g. fdups from ~/Documents/mdocs. \n"
    "  ft fdups ~/Documents/mdocs \n\n"
    "e.g. fdups from  ~/Documents/mdocs. pretty output. \n"
    "  ft fdups ~/Documents/mdocs --fields=ok,action,type -v";