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

This commit is contained in:
Nishi 2026-03-02 17:32:20 +09:00
commit 9b69a269f7
Signed by: nishi
GPG key ID: 27EF69B208EB9343
22 changed files with 673 additions and 75 deletions

View file

@ -1,6 +1,6 @@
#include <taiga.h>
int action_help(int argc, char** argv){
int action_help(int argc, char** argv) {
printf("Actions:\n");
printf(" help Show this help\n");
printf(" seed Creates a new website\n");