This has been used for some time now, so consider it supported.
echo -e "${c_highlight}${system_name}${c_reset} ${c_notice}[${c_reset} options ${c_notice}]${c_reset} ${c_notice}[${c_reset} test_system ${c_notice}]${c_reset}"
echo -e " ${c_important}normal${c_reset} Perform a normal test (default)."
echo -e " ${c_important}github${c_reset} Perform a test meant to be used within Github."
- echo -e " ${c_important}gitlab${c_reset} Perform a test meant to be used within Gitlab (not yet supported)."
+ echo -e " ${c_important}gitlab${c_reset} Perform a test meant to be used within Gitlab."
echo
echo -e "${c_highlight}Available Options:${c_reset}"
echo -e " -${c_important}h${c_reset}, --${c_important}help${c_reset} Print this help message."