-
Notifications
You must be signed in to change notification settings - Fork 3
Usage
Dimitrios Slamaris edited this page Oct 26, 2024
·
1 revision
To list all available commands:
mdx -list
To execute a specific command:
mdx MyCommand
To specify a markdown file:
mdx -file myfile.md MyCommand
To set the log level to debug:
export MDX_LOG_LEVEL=DEBUG
mdx MyCommand
Specify a markdown file to load commands from. See also Environment Variables.
List all available commands.
List all available launchers.
Set the log level for the tool. Valid values are DEBUG
, ERROR
andWARN
. Default is WARN
.
Specify a directory to search for markdown files.
Specify a specific markdown file to load commands from.