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:
parent
f8ec76b7b6
commit
5218c959c8
7 changed files with 19 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue