3 則留言 (3 則留言)0 個反應 (0 個反應)0 位負責人 (0 位負責人)Rust2,126 個分叉 (2,126 個分叉)batch import
domain: cligood first issuehave: nicetype: enhancement
倉庫指標
- 星標
- 21,837 顆星 (21,837 顆星)
- PR 合併指標
- 平均合併 8天 16小時 (平均合併 8天 16小時)30 天內合併 110 個 PR (30 天內合併 110 個 PR)
描述
It would be nice if Vector's DEB and RPM packages (and probably other methods of installation like Homebrew) installed Bash autocompletion for vector command line arguments.
貢獻者指南
- 研究方向
- The issue requests adding Bash autocompletion for Vector's CLI, integrated into DEB, RPM, and Homebrew packages. To start, examine Vector's CLI argument parser (likely using structopt or clap) to generate completion scripts. Review the existing packaging scripts in the repository (e.g., scripts/deb, scripts/rpm, Cargo.toml for Homebrew) to understand how to include additional files. Check the 3 comments on the issue for any maintainer hints. Look at examples from other Rust CLI tools (e.g., ripgrep, fd) for patterns of autocompletion integration.
- 技術棧
- rustshell
- 領域
- clideveloper experience
- 議題類型
- 功能
- 前置要求
- shell scriptingLinux packaging (DEB/RPM)