Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Added option to be implemented for pkg info (at least a subset)
Baptiste Daroussin committed 15 years ago
commit 05569f62e4bd2915b9140ea68134fcb61f9ebfa7
parent 7a697693c88b1a428a1e6d1c5b59250039cdd062
1 file changed +14 -0
modified pkg/info.c
@@ -5,6 +5,20 @@

#include "info.h"

+
/*
+
 *
+
 * list of options
+
 * -g: glob search: TODO
+
 * -x: regex search: TODO
+
 * -s: show package size: TODO
+
 * -S <type> : show scripts, type can be pre-install etc: TODO
+
 * -d: dependency list: TODO
+
 * -D: show reverse dependency list: TODO
+
 * -l: list contents of a package
+
 * -w <filename>: (which) finds which package the filename belongs to:
+
 * -e: return 1 of the package exist otherwise 0
+
 */
+

int
cmd_info(int argc, char **argv)
{