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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user