nitc :: MDoc :: cs_short_comment
# Returns the synopsis formatted for the console fun cs_short_comment(no_color: nullable Bool): String do if no_color == null or not no_color then return content.first.green end return content.first end