function def --description 'Search up words on the command line using the power of Google!' --argument word
    lynx "https://www.google.com/search?q=define+$word"
end