Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
now does
|
|
|
|
|
|
1. Bug 7674: adjust shopt such that nullglob won't change non-comps that have special formatting.
2. Fix problem with default completion not working properly when using the same string i.e. 'sh sh'
for 'show shutdown' couldn't complete 'shutdown' until 'sh shu' was typed.
|
|
|
|
(cherry picked from commit 269c88bff20c49876e5780dd8bf379e3d1fe1601)
|
|
command structure
(cherry picked from commit 55b60fa024e3a19e8e8cddeb218db3a1291efdff)
|
|
so that users can easily find scripts they may be trying to run.
|
|
completions using compgen -d
|
|
image tools)
|
|
expressions when doing comparisons. The conditional expressions don't do as much expansion as the test expression does, and are the modern variant
|
|
tag node consistent with configuration mode
|
|
|
|
tag node there should always be at least a non-comp so that the help text will be displayed; invalid completions in the middle of the string
|
|
|
|
word provided by bash
|
|
text if the current completion is empty for consistency
|
|
|
|
|
|
|
|
word, so the only compreply now contains the current word but is not equal to the current word
|
|
|
|
invalid or ambiguous commands with out waiting for the user to hit tab twice
|
|
|
|
|
|
via an environment variable
|
|
|
|
|
|
tabs to spaces
|
|
|
|
rid of the empty tab completions
|
|
1. we don't need to call compopt -o filenames explicitly anymore
the bash-completion scripts from the debian package do this
more intelligently.
2. Restore shopts before running the command so that if the command is
terminated with ctrl-c they will be set properly.
|
|
|
|
|
|
|
|
user to regenerate it if needed. Fix ambiguous command message.
|
|
|
|
to manage chunks. vyatta-op-run no longer exists in /etc/bash_completion.d/ as it is not a completion script it should not be here
|
|
in tab complete
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 751b30e1bb85e541352cc563a7caf18bca46ffaa)
|