Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Added option to be implemented for pkg info (at least a subset)
Baptiste Daroussin committed 15 years ago
commit 05569f62e4bd2915b9140ea68134fcb61f9ebfa7
parent 7a69769
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)
{