udisksctl: Add some notes about the upstream bash completions
This commit is contained in:
parent
688562c987
commit
3ae23b8996
|
@ -39,7 +39,15 @@
|
||||||
#
|
#
|
||||||
# [1] https://lists.freedesktop.org/archives/devkit-devel/2014-February/001554.html
|
# [1] https://lists.freedesktop.org/archives/devkit-devel/2014-February/001554.html
|
||||||
#
|
#
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Notes
|
||||||
|
# -----
|
||||||
|
#
|
||||||
|
# udisksctl actually provide built-in support for completion: It accepts an
|
||||||
|
# special command 'complete' that returns completeions. That is what drives the
|
||||||
|
# upstream bash completion. In the future one might condsider rewriting using
|
||||||
|
# that. (but not sure how straight forward it would be to provide descriptions?)
|
||||||
|
#
|
||||||
|
|
||||||
_paths() {
|
_paths() {
|
||||||
local -a _path_list
|
local -a _path_list
|
||||||
|
|
Loading…
Reference in New Issue