This commit is contained in:
parent
185e2940ee
commit
adaa379cfa
1 changed files with 4 additions and 3 deletions
|
|
@ -5,5 +5,6 @@ int action_help(int argc, char** argv) {
|
||||||
printf(" help Show this help\n");
|
printf(" help Show this help\n");
|
||||||
printf(" seed Creates a new website\n");
|
printf(" seed Creates a new website\n");
|
||||||
printf(" site Builds an website (default action)\n");
|
printf(" site Builds an website (default action)\n");
|
||||||
|
printf(" markdown Converts Markdown document to Taiga document\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue