diff options
Diffstat (limited to 'docs/plugins.md')
| -rw-r--r-- | docs/plugins.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/plugins.md b/docs/plugins.md index fbdc09afa..9966f7b22 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -44,16 +44,16 @@ task("hello") end) -- set the menu options, but we put empty options now. - set_menu({ - -- usage - usage = "xmake hello [options]" + set_menu { + -- usage + usage = "xmake hello [options]" - -- description - , description = "Hello xmake!" + -- description + , description = "Hello xmake!" - -- options - , options = {} - }) + -- options + , options = {} + } ``` The file tree of this plugin: |
