6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 18:34:51 +00:00

Update readme, add some todos, add example svg

This commit is contained in:
Grzegorz Dlugoszewski
2020-06-19 12:48:14 +02:00
parent 32211e6408
commit de51c05158
5 changed files with 148 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ type GetCfg struct {
// Get executes the "git get" command.
func Get(c *GetCfg) error {
// TODO: show something when no args
if c.URL != "" {
return cloneSingleRepo(c)
}