I have a command called go-to-url that I call in my lisp code, which opens up a webpage, I just pass it a value string as so:
(go-to-url "www.yahoo.com")
However it'd be nice to use this function from the M-x command line. Is there a way to do that? Nothing that I have tried works