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

Remove support for Telegram, LinkedIn and Medium

This commit is contained in:
K4USTU3H 2019-12-08 21:53:21 +05:30
parent 517e20f9e5
commit efe64030d5
6 changed files with 19 additions and 61 deletions

View file

@ -42,12 +42,9 @@ program
.option("-f, --fork", "includes forks with repos")
.option("-s, --sort [sort]", "set default sort for repository", "created")
.option("-o, --order [order]", "set default order on sort", "asc")
.option("-w, --twitter [username]", "specify twitter username")
.option("-l, --linkedin [username]", "specify linkedin username")
.option("-m, --medium [username]", "specify medium username")
.option("-d, --dribbble [username]", "specify dribbble username")
.option("-T, --telegram [username]", "specify telegram username")
.option("-e, --email [username]", "specify email")
.option("-T, --twitter [username]", "specify twitter username")
.action(buildCommand);
program