Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
bin: Improve message when command was not found
Merged did:key:z6MkgFq6...nBGz opened 2 years ago
1 file changed +1 -1 b03b4cfe 8d9962c8
modified bin/main.rs
@@ -130,7 +130,7 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyhow::Error>>
            );
        }
        other => Err(Some(anyhow!(
-
            "`{other}` is not a command. See `rad-tui --help` for a list of commands.",
+
            "`rad-tui {other}` is not a command. See `rad-tui --help` for a list of commands.",
        ))),
    }
}