markdownlint¶
markdownlint-cli2 documentation
footman._stubs.markdownlint.Markdownlint
¶
Bases: Tool
__call__
¶
__call__(
*args: str,
config: _Flag = ...,
configPointer: _Value = ...,
fix: _Flag = ...,
format: _Flag = ...,
no_globs: _Flag = ...,
**flags: Any,
) -> Result
markdownlint-cli2 v0.23.1 (markdownlint v0.41.1)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config
|
_Flag
|
specifies the path to a configuration file to define the base configuration. |
...
|
fix
|
_Flag
|
updates files to resolve fixable issues (can be overridden in configuration). |
...
|
format
|
_Flag
|
reads standard input (stdin), applies fixes, writes standard output (stdout). |
...
|
no_globs
|
_Flag
|
ignores the "globs" property if present in the top-level options object. |
...
|