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

Add support for Reddit

This commit is contained in:
Kaustubh Ladiya 2019-12-15 18:45:08 +05:30
parent a9198c274f
commit 8af465f46e
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
7 changed files with 18 additions and 1 deletions

View file

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