summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--complete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.go b/complete.go
index 905ba8d..fa3b836 100644
--- a/complete.go
+++ b/complete.go
@@ -209,7 +209,7 @@ func parseArgv(argname string) *Auto {
}
}
- // complete -C /usr/bin/argv forge sets:
+ // "complete -C /usr/bin/argv forge" bash ENV values:
// * `COMP_LINE`: A string containing the entire current command line (forge first second third forth ). This is what you are looking for.
// * `COMP_POINT`: A number indicating the cursor's position (index) within the COMP_LINE.
// * `COMP_WORDS`: An array in Bash (seen differently by Go) containing each individual word on the command line.