cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
145 stars 43 forks source link

Use .telescope.json as default and don't override #690

Open Zetazzz opened 2 weeks ago

Zetazzz commented 2 weeks ago

if you don't specify a --config=.telescope.json it overwrites the one in the current directory without prompt? I feel it should either use it and/or at least not override it

When running a command:

telescope transpile

after user input, it will override the .telescope.json. But we want to just use the .telescope.json by default instead of overriding it