-
Updated
Aug 13, 2021 - Go
environment-variables
Here are 1,030 public repositories matching this topic...
-
Updated
Aug 12, 2021 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Jul 23, 2021 - JavaScript
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Aug 2, 2021 - TypeScript
-
Updated
Mar 17, 2020 - PHP
-
Updated
Jul 23, 2021 - Clojure
-
Updated
Aug 9, 2021 - Python
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 12, 2021 - PHP
-
Updated
Aug 10, 2021 - TypeScript
Implement -v flag
-
Updated
May 30, 2021 - Kotlin
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 18, 2021 - Ruby
-
Updated
Apr 22, 2021 - Go
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Nov 24, 2020 - Elixir
-
Updated
May 5, 2018 - CSS
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Jul 16, 2021 - Kotlin
In the README you can find an example related to spf13/Cobra
package. We need similar example but for another cli library :)
-
Updated
Jun 29, 2021 - Python
-
Updated
Aug 14, 2021 - HTML
-
Updated
Aug 8, 2019 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 22, 2021 - C#
-
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