description property
A description of this command, included in usage.
Implementation
@override
final description = "unarchive tar|tgz source file to target directory \n\n"
"e.g. unarchive tgz to CWD \n"
" ft unarchive ~/Downloads/mdocs2.tgz . \n\n"
"e.g. unarchive tgz to /tmp/mdocs2/, verbose, pretty output.\n"
" ft unarchive ~/Downloads/mdocs2.tgz /tmp/mdocs2 -v --fields=ok,action,type,extra";