add actions
This commit is contained in:
parent
04e2a70315
commit
3bb222a532
6 changed files with 40 additions and 1 deletions
9
src/help.c
Normal file
9
src/help.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <taiga.h>
|
||||
|
||||
int action_help(int argc, char** argv){
|
||||
printf("Actions:\n");
|
||||
printf(" help Show this help\n");
|
||||
printf(" seed Creates a new website\n");
|
||||
printf(" site Builds an website (default action)\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue