Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
h
heartwood
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
3092
Issues
203
Patches
778
Jobs
Commits
›
1c4f1659c9f2a5791ee566a542b165acff0403d9
cli/terminal: make args module private
Fintan Halpenny
committed
7 months ago
commit 1c4f1659c9f2a5791ee566a542b165acff0403d9
parent
64ac8bf625e18d9e26ef67418b239f85a2232d8c
1 file changed
+1
-2
modified
crates/radicle-cli/src/terminal.rs
@@ -1,5 +1,4 @@
-
pub mod args;
-
+
pub(crate) mod args;
pub(crate) use args::Error;
pub mod format;