* Alexey I. Froloff [090517 01:39]: > Я переписал комплишн для git.alt. А теперь можно превратить его в 'git alt', как многие хотели (спасибо ender@ за вопросы). > #compdef git.alt #compdef git-alt > remfiles=($..."$(_call_program package-repository git.alt ls...) > remfiles=($..."$(_call_program package-repository git.alt ls...) Тут тоже везде поменять 'git.alt' на 'git alt' > _regex_arguments _git_alt "${args[@]}" > _git_alt "$@" _regex_arguments _git-alt "${args[@]}" _git-alt "$@" $ git alt ---- git.alt command ---- acl -- manage package access control lists build -- build package charset -- set default character encoding for repository clone -- clone repository find-package -- search repository help -- show git.alt command reference init-db -- create new repository ls -- list git.alt directory mv-db -- rename/move repository quota -- show user quota information rm-db -- delete repository task -- manage tasks -- Regards, Sir Raorn.