Introduce 'pkg plugins' command for managing plugins
modified pkg/Makefile
@@ -11,6 +11,7 @@ SRCS= add.c \
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified pkg/main.c
@@ -71,6 +71,7 @@ static struct commands {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified pkg/pkgcli.h
@@ -70,6 +70,10 @@ void usage_info(void);
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|