1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Remove every Blog related code

This commit is contained in:
K4USTU3H 2019-12-08 20:28:48 +05:30
parent 723c6925ed
commit 8527e9bfdf
15 changed files with 41 additions and 983 deletions

View file

@ -55,11 +55,6 @@ program
.description("Update user and repository data")
.action(updateCommand);
program
.command("ui")
.description("Create and Manage blogs with ease")
.action(uiCommand);
program
.command("run")
.description("Run build files")