description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description = "secure wipe source file|diretory \n\n"
    "e.g. secure wipe file ~/Documents/docs/15816.pdf \n"
    "  ft erase ~/Documents/docs/15816.pdf \n\n"
    "e.g. secure wipe file, overwrite multiple times use (low, medium) \n"
    "  ft erase ~/Documents/docs/15815.pdf --levels=low,medium \n\n"
    "e.g. secure wipe directory ~/Documents/mdocs. \n"
    "  ft erase ~/Documents/mdocs \n\n";