Sepia build splash screen was missing a description for --index.
I initially was confused as -i might look like an input parameter rather than the output.
I updated the test script to allow testing without building if the binary is found, or building only (-b), or cleaning the produced files (-c).
Apologies for a combined PR for both things, but they are minor changes and feel free to reject if not in line.
Sepia build splash screen was missing a description for
--index
. I initially was confused as-i
might look like an input parameter rather than the output.I updated the test script to allow testing without building if the binary is found, or building only (
-b
), or cleaning the produced files (-c
).Apologies for a combined PR for both things, but they are minor changes and feel free to reject if not in line.