6
0
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:
Grzegorz Dlugoszewski
2020-06-12 21:36:31 +02:00
parent c71ebea2d4
commit 5835777850
4 changed files with 125 additions and 66 deletions

View File

@@ -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"