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

Add support for Facebook

This commit is contained in:
Kaustubh Ladiya 2020-01-14 17:38:00 +05:30
parent f8ec76b7b6
commit 5218c959c8
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
7 changed files with 19 additions and 2 deletions

View file

@ -23,13 +23,14 @@ program
)
.option("-t, --theme [theme]", "specify a theme to use", "light")
.option("-b, --background [background]", "set the background image")
.option("-f, --fork", "includes forks with repos")
.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("-c, --codepen [username]", "specify codepen username")
.option("-d, --dev [username]", "specify dev username")
.option("-D, --dribbble [username]", "specify dribbble username")
.option("-e, --email [username]", "specify email")
.option("-f, --facebook [username]", "specify facebook username")
.option("-i, --instagram [username]", "specify instagram username")
.option("-k, --keybase [username]", "specify keybase username")
.option("-r, --reddit [username]", "specify reddit username")