stackabletech / stackabletech/stackablectl
feat: Add option to hide help text at the end
まだ誰も着手していません。
- 主要言語
- Rust
- スター
- 10
- フォーク
- 5
- 平均マージ
- 4時間 41分
- マージ済み PR(30日)
- 4
説明
It can be a little confusing when running stackablectl within scripts. The help text can look like a command didn't run correctly, when it did and the help text is suggesting what to do next:
We could either add an option to disable the help text, or just hide it if CI=true (which we can then export in the getting_started.sh scripts).
For reference, Terraform uses an env var TF_IN_AUTOMATION to control the help text output.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、stackablectl が末尾のヘルプテキストを出力する箇所と、その CLI オプションまたは環境変数がどのように処理されるかを特定します。提案されている明示的なオプションおよび CI ベースの動作を、Terraform の TF_IN_AUTOMATION リファレンスと比較します。完了の条件は、選択した自動化動作によって誤解を招くヘルプテキストが抑制され、通常の対話的な出力に影響を与えず、さらにそのアプローチを選択した場合は getting_started.sh が更新されていることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100