issue-9: fixed unit tests
This commit is contained in:
parent
24304d21c3
commit
aa7ec9f863
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ func main() {
|
|||
cmdController := commandctrl.NewCommandController()
|
||||
cmdController.AddCommands(&commandctrl.CommandList{
|
||||
Commands: map[string]commandctrl.Command{
|
||||
"cd": func(args []string) tea.Msg {
|
||||
"cd": func(ec commandctrl.ExecContext, args []string) tea.Msg {
|
||||
return ctrl.ChangePrefix(args[0])
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue