Parse .cookie, .env, or environment variables for RPC auth details
authorAlec Chen <alecchendev@gmail.com>
Tue, 20 Dec 2022 01:28:59 +0000 (19:28 -0600)
committerAlec Chen <alecchendev@gmail.com>
Wed, 4 Jan 2023 15:58:49 +0000 (09:58 -0600)
commite35282702000c1a3229b689ab86cfce183785dab
treeb60c1b54f6296e5cc85d6685aca7beef208d29d0
parent0c2522a7ea05d0f056fa2bb4934a8f29668d93a7
Parse .cookie, .env, or environment variables for RPC auth details
.gitignore
src/args.rs [new file with mode: 0644]
src/cli.rs
src/main.rs
test_data/test_cookie [new file with mode: 0644]
test_data/test_cookie_bad [new file with mode: 0644]
test_data/test_env_file [new file with mode: 0644]
test_data/test_env_file_bad [new file with mode: 0644]