a8m / a8m/envsubst

No output that meets expectations.

オープン 初心者向け
#70 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
907
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

````
contenthub-1 on  dev is 📦 v0.14.1-dev.43 via ⬢ v22.15.0
➜ envsubst --version
envsubst (GNU gettext-runtime) 0.25
Copyright (C) 2003-2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Bruno Haible.

contenthub-1 on  dev is 📦 v0.14.1-dev.43 via ⬢ v22.15.0
➜ echo 'welcome ${USER:=312}' | envsubst
welcome ${USER:=312}
````

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

The issue shows that envsubst is not expanding the default value syntax ${USER:=312}. Look at the Go source code for parsing and substitution logic, likely in the main package or a substitution function. Run the failing command from the issue to reproduce, then check how the tool handles default value assignments. Verify the fix by testing with the provided echo command.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
go, shell
領域
cli, tooling
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
65/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。