mirror of
https://github.com/marktext/marktext.git
synced 2025-05-10 22:12:29 +08:00

* Fix keybinding issues * Check for duplicate accelerators * Allow to unset menu accelerators * Disable AppVeyor to reconfigure later AppVeyor is currently not in use. We have to enable it and configure. * Update documentation * Update documentation [ci skip]
15 lines
380 B
Markdown
15 lines
380 B
Markdown
# Command Line Interface
|
|
|
|
```
|
|
Usage: marktext [commands] [path]
|
|
|
|
Available commands:
|
|
|
|
--debug Enable debug mode
|
|
--safe Disable plugins and other user configuration
|
|
--dump-keyboard-layout Dump keyboard information
|
|
--version Print version information
|
|
--help Print this help message
|
|
```
|
|
|