https://github.com/detro/input-echoer
Echoes all input it receives (env-vars & args): useful during development
https://github.com/detro/input-echoer
Last synced: over 1 year ago
JSON representation
Echoes all input it receives (env-vars & args): useful during development
- Host: GitHub
- URL: https://github.com/detro/input-echoer
- Owner: detro
- License: apache-2.0
- Created: 2019-10-09T08:01:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T15:16:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T11:04:14.528Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# input-echoer
This is an extremely simple executable (and Docker image), useful during development to check
if input is correctly passed.
What it does is just echo out:
* Environment Variables
* Arguments
# License
[Apache 2.0](./LICENSE)