diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 16:19:59 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 16:19:59 -0500 |
commit | 18cac21cf3c8dff408ea0e85b6aa7808bd176709 (patch) | |
tree | 9e9f974583f64d36d7630a76fdf1f5b30ba898e2 /src/lpm.lua | |
parent | 4702b7de786f642e42017adbe5b7fe38fbb78e73 (diff) | |
download | lite-xl-plugin-manager-18cac21cf3c8dff408ea0e85b6aa7808bd176709.tar.gz lite-xl-plugin-manager-18cac21cf3c8dff408ea0e85b6aa7808bd176709.zip |
Fixed upload.v0.93
Diffstat (limited to 'src/lpm.lua')
-rw-r--r-- | src/lpm.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lpm.lua b/src/lpm.lua index b6e2037..132791b 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1621,6 +1621,10 @@ It has the following commands: lpm describe [bottle] Describes the bottle specified in the form of a list of commands, that allow someone else to run your configuration. + lpm table <manifest path> [readme path] Formats a markdown table of all specified + plugins. Dumps to stdout normally, but if + supplied a readme, will remove all tables + from the readme, and append the new one. lpm purge Completely purge all state for LPM. lpm - Read these commands from stdin in |