mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: add hostCollated for -fileHandler completion
- in anticipation of future change, hard-coded choice within bash_completion
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration |
|
# \\ / O peration |
|
||||||
# \\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
|
# \\ / A nd | Copyright (C) 2017-2018 OpenCFD Ltd.
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -126,7 +126,7 @@ _of_complete_()
|
|||||||
COMPREPLY=($(compgen -W "$choices" -- ${cur}))
|
COMPREPLY=($(compgen -W "$choices" -- ${cur}))
|
||||||
;;
|
;;
|
||||||
-fileHandler)
|
-fileHandler)
|
||||||
choices="collated uncollated masterUncollated"
|
choices="collated uncollated hostCollated masterUncollated"
|
||||||
COMPREPLY=($(compgen -W "$choices" -- ${cur}))
|
COMPREPLY=($(compgen -W "$choices" -- ${cur}))
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user