Implement completion for fish

This commit is contained in:
Kovid Goyal
2022-09-19 23:19:36 +05:30
parent ef9b765f81
commit 5666b1b0fd
5 changed files with 49 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ func main(args []string) error {
if err != nil {
return err
}
// debugf("%#v", string(data))
all_argv, err := input_parser(data, shell_state)
if err != nil {
return err