colinator27 / DogScepter

A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE
MIT License
45 stars 15 forks source link

Interpret "-" as STDOUT #27

Closed Miepee closed 2 years ago

Miepee commented 2 years ago

Currently, specifying - as the output path will cause DogScepter to interpret it as a relative location to the current directory. It would be more comfortable, if - would be interpreted as STDOUT instead.

colinator27 commented 2 years ago

What would you expect this to do?

Miepee commented 2 years ago

I originally thought it'd just dump everything (code, textures, rooms etc.) into STDOUT, so it could for example be piped to somewhere else. But now that I think about it more, this doesn't really have that many uses and would likely just pollute the codebase too much. So I'll close it instead.