update 'export' command completion

This commit is contained in:
Shohei YOSHIDA 2026-06-24 09:08:35 +09:00
parent e30bfd3582
commit 92b1ac0e51
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 6 additions and 3 deletions

View File

@ -786,10 +786,13 @@ _conan_editable() {
_conan_export() {
local -a opts=(
$_conan_common_options[@]
$_conan_package_options[@]
$_conan_remote_options[@]
$_conan_lockfile_options[@]
'(-r --remote -nr --no-remote)'{-r,--remote}'[remote names. Accepts wildcards("*")]:remote'
'(-r --remote -nr --no-remote)'{-nr,--no-remote}'[do not use remote]'
'(-l --lockfile)'{-l,--lockfile}'[path to a lockfile]:file:_files'
'--lockfile-out[file name of the updated lockfile]:file:_files'
'--lockfile-partial[do not raise an error if some dependency is not found in lockfile]'
'--build-require[whether the provided reference is a build-require]'
$conan_reference_options[@]
'*: :_files -/'
)