jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
18.51k stars 743 forks source link

Prevent multiple icons options being selected at the same time #1861

Closed KlzXS closed 3 months ago

KlzXS commented 3 months ago

It's a bit weird that we continue the build process if multiple options for icons are set. I wouldn't expect it to work and yet it does. Especially with one of the flags being named the most generic thing (O_ICONS) it's bound to happen on accident.

We've never had conditions for failing builds before, so I took the liberty of naming it T_ICONS for "test icons".

Inspired by #1860.

jarun commented 3 months ago

Thank you!