File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515
1616<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1717<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
18+
1819** Table of Contents**
1920
2021- [ Description] ( #description )
@@ -188,7 +189,7 @@ Example dotenv file `.env`
188189
189190``` cli
190191export my_env_secret="my_top_secret_password"
191- # => PWD => $my_secret_env_var => my_top_secret_password
192+ # PWD => $my_secret_env_var => my_top_secret_password
192193```
193194
194195``` dotenv
@@ -197,7 +198,7 @@ TARGET_FILE=/outpath/to/file.xlsx # Optional or optional via argument --target
197198PWD=my_secret_env_var # Mandatory get password from $my_secret_env_var or mandatory via --pwd my_secret_env_var
198199```
199200
200- ```` cli
201+ ``` cli
201202./file_encryption-decryption-x86_64.AppImage --source /path/to/sourcefile.xlsx --pwd my_secret_env_var
202203```
203204
@@ -288,6 +289,7 @@ An utility to load environment variables from a .env file
288289## folder structure
289290
290291<!-- readme-tree start -->
292+
291293```
292294.
293295├── .github
@@ -336,6 +338,7 @@ An utility to load environment variables from a .env file
336338
33733910 directories, 34 files
338340```
341+
339342<!-- readme-tree end -->
340343
341344<p align =" right " >(<a href =" #top " >back to top</a >)</p >
You can’t perform that action at this time.
0 commit comments