diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 05:50:48 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 05:50:48 -0500 | 
| commit | 1ac9426ab598ea45bb3f86c56e1dad7462008fec (patch) | |
| tree | d6a0ccf7d7579fe9502bedad6b9426a1408a4931 | |
| parent | f3fe0ced8fe38ecf4abb44e7058f988acc4e2c3a (diff) | |
| -rw-r--r-- | argv.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ func (args) Buildtime() (string, string) {  func (a args) DoAutoComplete(pb *prep.Auto) {  	if pb.Cmd == "" { -		pb.Autocomplete3([]string{"--bash", "list", "droplet"}) +		pb.Autocomplete3([]string{"--version", "list", "droplet"})  	} else {  		pb.SubCommand(pb.Goargs...)  	}  | 
