mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Rename __fish_complete_directory to increase consistency
darcs-hash:20061202233433-ac50b-48368a338773ad47807b0032389fd305d86b3275.gz
This commit is contained in:
@@ -4,9 +4,9 @@ complete -c configure -s q -l quiet -d (N_ "Quiet mode")
|
||||
complete -c configure -l cache-file -f -d (N_ "Cache test results in specified file")
|
||||
complete -c configure -s C -l config-cache -d (N_ "Cache test results in file config.cache")
|
||||
complete -c configure -s n -l no-create -d (N_ "Do not create output files")
|
||||
complete -c configure -l srcdir -d (N_ "Set source directory") -a "__fish_complete_directory (commandline -ct)" -x
|
||||
complete -c configure -l prefix -d (N_ "Architecture-independent install directory") -a "__fish_complete_directory (commandline -ct)" -x
|
||||
complete -c configure -l exec-prefix -d (N_ "Architecture-dependent install directory") -a "__fish_complete_directory (commandline -ct)" -x
|
||||
complete -c configure -l srcdir -d (N_ "Set source directory") -a "__fish_complete_directories (commandline -ct)" -x
|
||||
complete -c configure -l prefix -d (N_ "Architecture-independent install directory") -a "__fish_complete_directories (commandline -ct)" -x
|
||||
complete -c configure -l exec-prefix -d (N_ "Architecture-dependent install directory") -a "__fish_complete_directories (commandline -ct)" -x
|
||||
complete -c configure -l build -d (N_ "Configure for building on BUILD") -x
|
||||
complete -c configure -l host -d (N_ "Cross-compile to build programs to run on HOST") -x
|
||||
complete -c configure -l target -d (N_ "Configure for building compilers for TARGET") -x -u
|
||||
|
||||
Reference in New Issue
Block a user