-
Notifications
You must be signed in to change notification settings - Fork 5
Usage
Dimitrios Slamaris edited this page Oct 26, 2024
·
1 revision
To list all available commands:
mdx -listTo execute a specific command:
mdx MyCommandTo specify a markdown file:
mdx -file myfile.md MyCommandTo set the log level to debug:
export MDX_LOG_LEVEL=DEBUG
mdx MyCommandSpecify 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.