function wdl --wraps "wget" --description "Download a whole website" echo 'Use --domains XX and --no-parent XXX to have get clean links\n' wget \ --continue \ --recursive \ --no-clobber \ --page-requisites \ --html-extension \ --convert-links \ --restrict-file-names=windows \ $argv # --domains box.ache.one \ # --no-parent \ "box.ache.one:1080" end