Skip to content

Commit

Permalink
docs(readme): outdated documentation section
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementDreptin committed Dec 13, 2024
1 parent dc0e61b commit a7eb073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can download the latest binary from the [releases](https://github.com/Clemen

- `-h`: Show usage.
- `-s`: Show loaded modules.
- `-S`: Show loaded modules and their metadata (verbose).
- `<module_path>`: If `<module_path>` is already loaded, it will be unloaded then loaded back, otherwise it will just be loaded.
- `-l <module_path>`: Load the module located at `<module_path>` (absolute path).
- `-u <module_path>`: Unload the module located at `<module_path>` (absolute path).
- `-u <module_name>`: Unload the module named `<module_name>`. `<module_name>` can also be an absolute path.

0 comments on commit a7eb073

Please sign in to comment.