diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 21:33:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 21:33:28 -0600 |
| commit | ca5007fa87f410db3d96a47de67e77144c1c6b7b (patch) | |
| tree | bf355e2f2631fc0d704e896e2cb21791da6f4499 /draw.go | |
| parent | 7a05ee53abcc5585a727f541a7d685121b7f8145 (diff) | |
add git pull
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -111,7 +111,9 @@ func (rs *RepoStatus) drawGitCommands() { rs.Update() }) - newgrid.NewLabel("tmp") + newgrid.NewButton("git pull" func() { + log.Warn("Add git pull here") + }) rs.major = gadgets.NewBasicCombobox(newgrid, "major") rs.major.Custom = func() { |
