/
githubmirror
/
ripgrep
Обзор
Документация
Войти
/
githubmirror
/
ripgrep
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
crates/core/flags/complete/mod.rs
10 строк
216 B
Jan Verbeek
complete/fish: improve shell completions for fish
06 янв 2024, 18:39
06 янв 2024, 18:39
e0a8567
Код
Авторство
О чём код?
/*! Modules for generating completions for various shells. */ static ENCODINGS: &'static str = include_str!("encodings.sh"); pub(super) mod bash; pub(super) mod fish; pub(super) mod powershell; pub(super) mod zsh;