Fix conan completion

- add missing completion
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:10:54 +09:00
parent 271e06295a
commit 5988583ac4
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 0 deletions

View File

@ -509,6 +509,8 @@ _conan_remote() {
) )
;; ;;
esac esac
_arguments "${opts[@]}"
;; ;;
esac esac
} }