diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-12 13:38:49 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-12 13:38:49 +0900 |
| commit | 867fb5a09c0cc1eeeb9c7dfce8f7f30f172fa152 (patch) | |
| tree | a7b5c283a147b7afbe4deae86edc382995736bc9 | |
| parent | Merge pull request #1230 from zsh-users/ai_review (diff) | |
| download | zsh-completions-issue-1214.tar zsh-completions-issue-1214.tar.gz zsh-completions-issue-1214.tar.bz2 zsh-completions-issue-1214.tar.lz zsh-completions-issue-1214.tar.xz zsh-completions-issue-1214.tar.zst zsh-completions-issue-1214.zip | |
`--build` option should be an optional parameterissue-1214
| -rw-r--r-- | src/_cmake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ local -a cmake_build_options=( '-L-[List cache variables]::_values "options" "[non-advanced cache variables]" "A[advanced cache variables]" "H[non-advanced cached variables with help]" "AH[advanced cache variables with help]"' '--fresh[Configure a fresh build tree, removing any existing cache file]' - '--build[Build a CMake-generated project binary tree]:project directory:_path_files -/' + '--build[Build a CMake-generated project binary tree]::project directory:_path_files -/' '--install[Install a CMake-generated project binary tree]:project directory:_path_files -/' '--open[Open generated project in the associated application]:project directory:_path_files -/' |
