mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 18:34:51 +00:00
Split get and list commands into separate binaries
This commit is contained in:
@@ -22,9 +22,8 @@ const (
|
||||
KeyDefaultHost = "defaultHost"
|
||||
DefDefaultHost = "github.com"
|
||||
KeyFetch = "fetch"
|
||||
KeyList = "list"
|
||||
KeyOutput = "out"
|
||||
DefOutput = OutFlat
|
||||
DefOutput = OutSimple
|
||||
KeyPrivateKey = "privateKey"
|
||||
DefPrivateKey = "id_rsa"
|
||||
KeyReposRoot = "reposRoot"
|
||||
|
||||
Reference in New Issue
Block a user