Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
httpd: support Windows for `rad web`
Fintan Halpenny committed 2 years ago
commit 36c10fac855f5a25627f8f9b68e86bfb4800e3a4
parent 8bff6c9405eb8dee1699feb437ea29c4dfeed18d
1 file changed +2 -0
modified radicle-httpd/src/commands/web.rs
@@ -192,6 +192,8 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
    }

    if options.open {
+
        #[cfg(target_os = "windows")]
+
        let cmd_name = "echo";
        #[cfg(target_os = "macos")]
        let cmd_name = "open";
        #[cfg(target_os = "linux")]