Implement -v flag
未关闭
good first issue
help wanted
- 主要语言
- Go
- 星标
- 907
- 派生
- 96
- PR 合并指标
- 30 天内没有已合并 PR
描述
I want to add support for the `-v`(`--variables`) operation that currently exists in the gettext version.
more info [here](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html)
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue references the gettext manual for the -v/--variables flag behavior. Look at the existing command-line parsing and substitution logic in the codebase, likely in main.go or a cmd/ package. Understand how variables are currently extracted and implement the flag to list them without substitution. Check for existing tests to see the expected output format.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go, shell
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100