m message warn¶
Report a warning.
example::
~$ m message warn 'this is a warning' -f app.js -l 1 -c 5
::warning file=app.js,line=1,col=5::Missing semicolon
Source code in m/cli/commands/message/warn.py
Options¶
-f, --file¶
filename where warning occurred
-l, --line¶
line where warning occurred
-c, --col¶
column where warning occurred
Positional arguments¶
message¶
warning message