You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an #info directive the generates an information message during compilation; much the same way as #warning does (non-fatal message event) but implies less serious nature.
#info User-Information-Message-Here
generates
info: #info: User-Information-Message-Here
The text was updated successfully, but these errors were encountered:
Enhancements for warn/warning & info messages #35#36
Applied proposed patch from Marco Maccaferri, this fixes the primary
bug(s) with issue #37 but messages will display twice when using -u
Some misc code cleanup to address some warnings
Add an
#info
directive the generates an information message during compilation; much the same way as#warning
does (non-fatal message event) but implies less serious nature.#info User-Information-Message-Here
generates
info: #info: User-Information-Message-Here
The text was updated successfully, but these errors were encountered: