encukou / freezeyt

https://encukou.github.io/freezeyt/
MIT License
5 stars 9 forks source link

Make DEST_PATH optional #367

Closed nappex closed 12 months ago

nappex commented 12 months ago

Does it make sense to get result of freezing not just saving as files but also as dict (or another suitable data structure) as input through pipe to be processed by computer.

Then CLI option DEST_PATH become optional, because result can be done in several different ways.

It does not seem as main goal of our tool, more likely as nice extra benefit.

encukou commented 12 months ago

dict is very useful for tests. But for users, we don't want to encourage saving the entire website to memory.