1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Re-add command line help

This commit is contained in:
Sean Smith
2019-05-11 19:40:24 -04:00
parent 7f3daaac59
commit cd35d1e0a3
22 changed files with 108 additions and 6 deletions

View File

@@ -73,6 +73,10 @@ func (widget *Widget) Prev() {
widget.display()
}
func (widget *Widget) HelpText() string {
return widget.KeyboardWidget.HelpText()
}
/* -------------------- Unexported Functions -------------------- */
func (widget *Widget) buildProjectCollection(projectData map[string]interface{}) []*GitlabProject {