wip markdown-dir
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-10 03:59:18 +09:00
commit 38ed0f4910
Signed by: nishi
GPG key ID: 27EF69B208EB9343
11 changed files with 130 additions and 6 deletions

View file

@ -32,6 +32,8 @@ int main(int argc, char** argv) {
return action_seed(target_argc, target_argv);
} else if(strcmp(action, "markdown") == 0) {
return action_markdown(target_argc, target_argv);
} else if(strcmp(action, "markdown-dir") == 0) {
return action_markdown_dir(target_argc, target_argv);
}
fprintf(stderr, "Unknown action\n");