stackabletech / stackabletech/stackablectl
feat: Add option to hide help text at the end
還沒有人認領這個 Issue。
- 主要語言
- Rust
- 星號
- 10
- 分支
- 5
- 平均合併
- 4 小時 41 分鐘
- 30 天內合併 PR
- 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 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先找出 stackablectl 輸出結尾說明文字的位置,以及它如何處理 CLI 選項或環境變數。將提議的明確選項和以 CI 為基礎的行為與 Terraform 的 TF_IN_AUTOMATION 參考進行比較;完成的標準是,所選的自動化行為能抑制容易造成誤解的說明文字,同時不影響正常的互動式輸出,並且如果選擇該方案,還要更新 getting_started.sh。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100