mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 19:05:59 +02:00
mh_lint: add page (#7911)
This commit is contained in:
parent
4659bcb243
commit
b0918ad192
1 changed files with 21 additions and 0 deletions
21
pages/common/mh_lint.md
Normal file
21
pages/common/mh_lint.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# mh_lint
|
||||
|
||||
> Attempt to find bugs in MATLAB or Octave code.
|
||||
> Please note that this tool is neither sound nor complete.
|
||||
> More information: <https://misshit.org>.
|
||||
|
||||
- Check the current directory:
|
||||
|
||||
`mh_lint`
|
||||
|
||||
- Check a specific directory recursively:
|
||||
|
||||
`mh_lint {{path/to/directory}}`
|
||||
|
||||
- Check a MATLAB file:
|
||||
|
||||
`mh_lint {{path/to/file.m}}`
|
||||
|
||||
- Check an Octave file:
|
||||
|
||||
`mh_lint --octave {{path/to/file.m}}`
|
Loading…
Add table
Reference in a new issue