ktr0731 / evans

Evans: more expressive universal gRPC client
MIT License
4.23k stars 187 forks source link

Feature request: Import file from REPL mode #687

Open expe-elenigen opened 7 months ago

expe-elenigen commented 7 months ago

Describe the feature

Expected behavior

Currently, the only way to load a file is if a field is expecting a TYPE_BYTES with the flag --bytes-from-file, but in the CLI mode, we can load a request file with -f so it would be convenient to be able to do the same with the REPL mode.