diff --git a/src/cmd/browse.rs b/src/cmd/browse.rs index e3fc765..b5cf63c 100644 --- a/src/cmd/browse.rs +++ b/src/cmd/browse.rs @@ -62,7 +62,7 @@ fn open_url(url: &url::Url) -> Result<()> { } } - Err(anyhow!("no commands were found to open the url")) + Err(anyhow!("Command not found: you need one of the following commands to open a url: {commands:?}")) } #[derive(Debug, Parser)]