diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-05 21:40:39 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-05 21:40:39 -0300 |
commit | f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e (patch) | |
tree | c2f0cb86890fb90a85a7f091746543c7ff14ac5e /docs/luarocks_help.md | |
parent | 7fe5532c695711d23fd9d7e13a9e6235478171b6 (diff) | |
download | luarocks-f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e.tar.gz luarocks-f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e.tar.bz2 luarocks-f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e.zip |
docs: import Wiki docs into the main repo
Diffstat (limited to 'docs/luarocks_help.md')
-rw-r--r-- | docs/luarocks_help.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/luarocks_help.md b/docs/luarocks_help.md new file mode 100644 index 00000000..3a39f7fe --- /dev/null +++ b/docs/luarocks_help.md | |||
@@ -0,0 +1,17 @@ | |||
1 | # luarocks help | ||
2 | |||
3 | Help on commands. | ||
4 | |||
5 | ## Usage | ||
6 | |||
7 | `luarocks help [<command>]` | ||
8 | |||
9 | `<command>` is the command to show help for. If no argument is given, a list | ||
10 | of supported commands, with summaries, is shown. | ||
11 | |||
12 | ## Example | ||
13 | |||
14 | ``` | ||
15 | luarocks help remove | ||
16 | ``` | ||
17 | |||