Author :
Pierre Le Marre
Date :
2025-01-28 09:25:33
Hash :ae473f9f Message :tools: Fix return code of compile-keymap
Previously when using `--keymap` we mistakenly returned a boolean so
that `true` (resp. false) translated to `EXIT_FAILURE` (resp.
`EXIT_SUCCESS`).
Fixed by returning the proper return code integer.