function mkdoc --argument-names input --argument-names output set -f dir ~/Documents echo Copied $input to "$dir/$output" cp $input "$dir/$output" end