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
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
e53bd819fd2faaeddb1288079690e89e159158cf
pkg info with no arguments == pkg info -a
Baptiste Daroussin
committed
14 years ago
commit e53bd819fd2faaeddb1288079690e89e159158cf
parent
f810b08f70bdc2d4fcb95a918dfb6f7cde8937f9
1 file changed
+3
-0
modified
pkg/info.c
@@ -148,6 +148,9 @@ exec_info(int argc, char **argv)
}
}
+
if (argc == 1)
+
match = MATCH_ALL;
+
argc -= optind;
argv += optind;