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:
parent
517e20f9e5
commit
efe64030d5
6 changed files with 19 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue