summaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/small/completion_generator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make zsh completion works with first Tabilikepugs2026-05-121-0/+8
| | | | | | | | | | | | | | | | | | | ### Как сейчас 1. zsh подгружает `~/.zfunc/_<command>`, выполняет его как тело функции `_<command>`. 2. Это тело состоит только из определения `_<command>() { ... }` и helper'ов — оно переопределяет `_<command>`, но не вызывает новое определение. 3. Тело завершилось, ни одного `compadd` не было — completion ничего не выдал. При втором TAB вызывается уже переопределённый "настоящий" `_<command>` — и тогда дополнение работает. \-- ### Что сделал Добавил вызов `_<command>` в конец скрипта, так что теперь вызов переопределнного `_<command>` происходит на первом `Tab`. commit_hash:9f60240a3c3d85088101570156c8bde18bf0792a
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-091-2/+2
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.tldr2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.tldr2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.amatanhead2022-02-101-777/+777
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.amatanhead2022-02-101-777/+777
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.ivanselin2022-02-101-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.ivanselin2022-02-101-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.eeight2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.eeight2022-02-101-2/+2
|
* Restoring authorship annotation for Mikhail Borisov ↵Mikhail Borisov2022-02-101-1/+1
| | | | <[email protected]>. Commit 2 of 2.
* Restoring authorship annotation for Mikhail Borisov ↵Mikhail Borisov2022-02-101-1/+1
| | | | <[email protected]>. Commit 1 of 2.
* intermediate changesDevtools Arcadia2022-02-071-0/+791
ref:cde9a383711a11544ce7e107a78147fb96cc4029