You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,13 @@ Getting vars out has the same level of complexity as setting the value.
12
12
settingo.Get("FOO")
13
13
```
14
14
15
-
16
15
## Features
17
-
- Simple to use
18
-
- supports command line and environment variables
19
-
- Support for types: str, int, bool, map
20
-
- Singleton, makes it easy to use in program anywhere in the code-base
21
-
- Supports help text with --help on the binary
22
-
- Ease of use in any environment examples: linux, docker, k8
23
-
16
+
- Simplicity: Set up settings within a single line of code.
17
+
- Flexibility: Utilize command-line flags, environment variables, or defaults.
18
+
- Typesafety: Seamlessly work with strings, integers, booleans, and maps.
19
+
- Convenience: Global access with a singleton pattern.
20
+
- User-friendly: Automatic --help flag generation for your applications.
21
+
- Versatility: Works flawlessly in Linux, Docker, Kubernetes, and other environments.
24
22
25
23
## Example
26
24
example of how to use. More can be found in the [example_project](https://github.com/Attumm/settingo_example_project/blob/main/main.go)
0 commit comments