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