3 件のコメント (3 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)Rust2,126 件のフォーク (2,126 件のフォーク)batch import
domain: cligood first issuehave: nicetype: enhancement
Repository metrics
- Stars
- 21,837 個のスター (21,837 個のスター)
- PR merge metrics
- 平均マージ 8d 16h (平均マージ 8d 16h)30d で 110 merged PRs (30d で 110 merged PRs)
説明
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
- Issue 種別
- 機能
- 前提条件
- shell scriptingLinux packaging (DEB/RPM)