-
Updated
Sep 15, 2021 - Go
environment-variables
Here are 1,057 public repositories matching this topic...
-
Updated
Oct 1, 2021 - Python
-
Updated
Sep 30, 2021 - Python
-
Updated
Jul 23, 2021 - JavaScript
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Mar 17, 2020 - PHP
-
Updated
Aug 26, 2021 - Clojure
-
Updated
Oct 2, 2021 - Python
-
Updated
Oct 3, 2021 - PHP
-
Updated
Aug 10, 2021 - JavaScript
Implement -v flag
-
Updated
Aug 10, 2021 - TypeScript
I've noticed that when reading a config file with a field that is not available in env, its custom function won't run.
The reason seems to be that for these kind of fields, parseValue
won't be called and therefore the corresponding custom function.
Custom functions runs only if the field was provided as an env argument or with
-
Updated
May 30, 2021 - Kotlin
-
Updated
May 18, 2021 - Ruby
-
Updated
Apr 22, 2021 - Go
-
Updated
Sep 30, 2021 - JavaScript
In the README you can find an example related to spf13/Cobra
package. We need similar example but for another cli library :)
-
Updated
Nov 24, 2020 - Elixir
-
Updated
May 5, 2018 - CSS
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Jul 16, 2021 - Kotlin
-
Updated
Jun 29, 2021 - Python
-
Updated
Aug 14, 2021 - HTML
-
Updated
Sep 18, 2021 - C#
-
Updated
Aug 8, 2019 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Apr 19, 2021 - Emacs Lisp
-
Updated
Oct 25, 2019 - Go
Improve this page
Add a description, image, and links to the environment-variables topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the environment-variables topic, visit your repo's landing page and select "manage topics."
I want to add support for the
-v
(--variables
) operation that currently exists in the gettext version.more info here