Refactor the shell options
- Remove the is_library option, it was redundant anyway
- Remove the bitfields, they are inefficient (the number of booleans is really too low), are harder to grasp, and boost the binary size
- Use getters for options, rather than a direct access
Edited by AdminXVII