restructure
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-10 00:35:15 +09:00
commit 7c29801293
Signed by: nishi
GPG key ID: 27EF69B208EB9343
8 changed files with 21 additions and 21 deletions

View file

@ -1,9 +0,0 @@
#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;
}