more debugging of line feeds in bash

This commit is contained in:
Jeff Carr 2025-09-18 07:29:53 -05:00
parent 62e8d457f1
commit 58ce9ca53c
1 changed files with 7 additions and 0 deletions

View File

@ -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":