Skip to content

Commit 9357f35

Browse files
committed
docs(README): remove cvs and configure items
They are largely duplicating what we have in doc/bash_completion.txt, and inaccurate in saying the vars can be set to anything -- they need to be set to a non-null value.
1 parent df990b0 commit 9357f35

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

-24
Original file line numberDiff line numberDiff line change
@@ -188,30 +188,6 @@ A. Install it in one of the directories pointed to by
188188
${BASH_COMPLETION_COMPLETIONSDIR})
189189
```
190190

191-
**Q. I use CVS in combination with passwordless SSH access to my remote
192-
repository. How can I have the `cvs` command complete on remotely
193-
checked-out files where relevant?**
194-
195-
A. Define `$COMP_CVS_REMOTE`. Setting this to anything will result in
196-
the behaviour you would like.
197-
198-
**Q. When I'm running a `./configure` script and completion returns a list
199-
of long options to me, some of these take a parameter,
200-
e.g. `--this-option=DESCRIPTION`.**
201-
202-
**Running `./configure --help` lists these descriptions, but
203-
everything after the `=` is stripped when returning completions, so
204-
I don't know what kind of data is expected as a given option's
205-
parameter.**
206-
207-
**Is there a way of getting `./configure` completion to return the
208-
entire option string, so that I can see what kind of data is
209-
required and then simply delete the descriptive text and add my own
210-
data?**
211-
212-
A. Define `$COMP_CONFIGURE_HINTS`. Setting this to anything will
213-
result in the behaviour you would like.
214-
215191
**Q. When completing on a symlink to a directory, bash does not append
216192
the trailing `/` and I have to hit <kbd>&lt;Tab></kbd> again.
217193
I don't like this.**

0 commit comments

Comments
 (0)