summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d/vyatta-cfg
AgeCommit message (Collapse)Author
2011-05-16reimplement commit hooks mechanismAn-Cheng Huang
* do NOT reinvent the wheel (directory traversal, sorting, script execution, etc.) when the functionality is already provided by the system. * eliminate hard-coded hook directory in various feastures. everyone should obtain the directory path from the config backend.
2011-05-10clean up when committing no changesAn-Cheng Huang
(cherry picked from commit 113b5ee593fd3196e2b1c828c3dd82032758e492)
2011-05-06fix typo in help textMichael Larson
2011-02-16fix for bug 6754An-Cheng Huang
* force all command-line words to be non-options.
2011-01-24Fix 6727: should have a friendlier message on rollback error.Stig Thormodsrud
(cherry picked from commit e973b4d3ab1067525b4439a34598308d17065233)
2011-01-20Fix 6669: help strings for confirm and commit-confirm are not very clearStig Thormodsrud
(cherry picked from commit 77d6d68d7674009b98722173a66e6b5d6cc188d1)
2011-01-20fix for bug 6690An-Cheng Huang
* return to top level before saving (to be consistent with load). (cherry picked from commit bc0c9107d5f5cda86646b8162950938e52a2333f)
2011-01-11Fix 6671: commit-confirm checks if there is any configuraion change after ↵Stig Thormodsrud
confirm is requested (cherry picked from commit 2b9bd473a6341d5d2681e59120a4e689a52b25c5)
2011-01-05Fix completion of IPv6 addressStephen Hemminger
By default bash completion considers ':' as seperator between tokens when doing completion. But the list of characters is configurable. (cherry picked from commit a7fcaabddafd970790abd99cd9afed0625aac49b)
2010-12-14provide default filename completionAn-Cheng Huang
2010-12-06fix for bug 6494An-Cheng Huang
* fix alternating completion/help for empty command line.
2010-12-03Pipe "compare" output through pager.Stig Thormodsrud
2010-12-01Fix default completion in commit modeStephen Hemminger
This adds completion for # se<TAB>
2010-11-30Use new bash empty command completionStephen Hemminger
In newer version of bash the complete -E is used to do command completion at top level.
2010-11-29disable activate/deactivate for mendocino as discussed.An-Cheng Huang
2010-11-24Don't put sh-bang on bash completion scriptStephen Hemminger
The bash completion scripts are special and should not have #! This fixes debian build warning as well.
2010-11-24Rename bash completion scriptStephen Hemminger
The scripts in /etc/bash_completion.d are not named with number like init files. Also completion script should not be marked executable.
2007-10-31rename bash completion script to enforce ordering.An-Cheng Huang
2007-10-26add proper handling of values with "spaces".An-Cheng Huang
2007-10-24* add dynamic "allowed" support for config-mode completion.An-Cheng Huang
* add support for completion help text. * add an example for each of the above ("ethernet" and "ethernet/duplex").
2007-10-24escape '*' for config-mode completionAn-Cheng Huang
2007-10-24make sure config directories have correct permissions.An-Cheng Huang
2007-10-09remove op-mode set alias in cfg mode.An-Cheng Huang
2007-10-09use full path for cli binaries.An-Cheng Huang
2007-10-05let bash prompt with invisible completions.An-Cheng Huang
2007-10-02use the same marker as operational mode.An-Cheng Huang
2007-10-01use the same marker as operational mode.An-Cheng Huang
2007-09-25fixed edit level in prompt.An-Cheng Huang
2007-09-25config-mode "load" commandAn-Cheng Huang
* disallow if there are uncommitted changes. * now works with "edit".
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang