decompals / slinky

Linker script generator for decompilation and modding projects
MIT License
8 stars 0 forks source link

Support for replacement strings / patterns in Settings #51

Closed AngheloAlf closed 2 months ago

AngheloAlf commented 6 months ago

Allow to have pattern strings in Settings that can be replaced with cli arguments.

Example

Given this yaml:

settings:
  base_path: build/{VERSION}

And invoking the cli like this

$ ./slinky-cli test.yaml -o test.ld --version us

Then have base_path to be changed to be build/us

Other issues

Probably requires #33 and #12