Skip to content

Commit

Permalink
\n is inline now
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Nov 6, 2023
1 parent 5627f3e commit 9adfedc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ type FooConfig struct {

Turns into
```shell
TST_FOO='a\nfoo with $, `, " quotes and \ and '\'''
TST_FOO='a
foo with $, `, " quotes, \ and '\'' quotes'
TST_BAR='42str'
TST_A_SPECIAL_BLAH='42'
TST_A_BOOL=true
TST_HTTP_SERVER='http://localhost:8080'
TST_INT_POINTER='199'
TST_FLOAT_POINTER='3.14'
```

Using
Expand Down

0 comments on commit 9adfedc

Please sign in to comment.