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

Re-add Telegram support

This commit is contained in:
Kaustubh Ladiya 2019-12-14 21:46:09 +05:30
parent 62b9ee4e5d
commit 4931a6a893
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
7 changed files with 17 additions and 2 deletions

View file

@ -31,7 +31,8 @@ program
.option("-D, --dribbble [username]", "specify dribbble username")
.option("-e, --email [username]", "specify email")
.option("-i, --instagram [username]", "specify instagram username")
.option("-T, --twitter [username]", "specify twitter username")
.option("-T, --telegram [username]", "specify telegram username")
.option("-w, --twitter [username]", "specify twitter username")
.action(buildCommand);
program