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)