DEV Community

Discussion on: What are your CLI go to commands and aliases?

Collapse
 
ondrejs profile image
Ondrej • Edited

function rm --description 'alias rm rm -rf'
command rm -rf $argv;
end

Wouldn't recommend it to anyone though.