Changeset 346 for trunk/ddt/ddt.bash_completion
- Timestamp:
- Sep 1, 2018, 7:14:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ddt/ddt.bash_completion
r345 r346 16 16 return 0 17 17 ;; 18 - s|--sector)18 -d|-s|--sector) 19 19 local showlist=$(ddt show-sector --no-header|awk '{print $1}') 20 20 COMPREPLY=($(compgen -W "${showlist}" -- "$cur"))
Note: See TracChangeset
for help on using the changeset viewer.