description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description = "mirror source file|diretory to target directory \n\n"
    "e.g. mirror CWD to ~/mirrors/ . \n"
    "  ft mirror . ~/mirrors \n\n"
    "e.g. mirror CWD to ~/mirrors/, use absolute directory. \n"
    "  ft mirror . ~/mirrors  --no-relative \n\n"
    "e.g. mirror ~/Documents/docs/ to ~/Downloads/docs/, excluding hiddens. \n"
    "  ft mirror ~/Documents/docs ~/Downloads/docs --excludes='/**/.**' -v ";