Skip to content

Commit c7e95ad

Browse files
committed
📝 Update doc
1 parent 50715d4 commit c7e95ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env2dart
3030
-a, --active 指定要使用的环境变量。例如,如果指定了 `-active prod`,CLI 将查找 .env.prod 文件并将其与 .env 文件合并。
3131
-c, --class 指定生成类的名称。
3232
(默认为 "Env")
33-
-e, --encoder 指定编码以避免存储原始字符串。可使用 `base64` 或者 `utf8`。
33+
-e, --encoder 指定编码以避免存储原始字符串。可使用 `base64`, `cbor` 或者 `utf8`。
3434
-h, --help 查看帮助选项。
3535
```
3636

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env2dart
3030
-a, --active Specify the environment variables to use. For example, if -active prod is specified, the CLI will look for the .env.prod file and merge it with the .env file.
3131
-c, --class Specify the name for the generated class
3232
(defaults to "Env")
33-
-e, --encoder Encode value using the encoder to avoid raw strings. Allows 'base64' and 'utf8'.
33+
-e, --encoder Encode value using the encoder to avoid raw strings. Allows 'base64', 'cbor' and 'utf8'.
3434
-h, --help View help options.
3535
```
3636

0 commit comments

Comments
 (0)