Native modules can get configs from both CLI arguments or reading from stdin during initialization. Stdin is better, but currently only Rust native modules support this. CLI args are only kept for backwards compatibility.
Todos:
- Add support for other Native modules
- Remove cli args as an option
Synced from DIM-951
Native modules can get configs from both CLI arguments or reading from stdin during initialization. Stdin is better, but currently only Rust native modules support this. CLI args are only kept for backwards compatibility.
Todos:
Synced from DIM-951