Fix all tests

This commit is contained in:
Ajitem Sahasrabuddhe
2019-09-15 14:52:46 +05:30
parent 2024bed22a
commit d870ad6ccb
24 changed files with 100 additions and 268 deletions

View File

@@ -60,6 +60,8 @@ type Command struct {
CustomHelpTemplate string
}
type Commands []*Command
type CommandsByName []*Command
func (c CommandsByName) Len() int {