diff options
| -rw-r--r-- | argv.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -185,7 +185,14 @@ func DoAutoComplete(autoArgv *prep.Auto) { // me.pp.WriteHelpForSubcommand(os.Stderr, "clean") fmt.Println("--force verify --repo") case "commit": + autoArgv.Debugf("WTF") autoArgv.Autocomplete(argv.Commit, "--all") + if dur > time.Millisecond*200 { + if dur < time.Millisecond*800 { + // fmt.Println("a b") + fmt.Println("") + } + } case "config": fmt.Println("add fix list") case "dirty": |
