NAT help command

This commit is contained in:
2021-08-29 13:51:45 -06:00
parent 0e86eff5fa
commit 47863b4e81

View File

@@ -149,6 +149,11 @@
(archive.addSystem (new WikipediaImageSystem)) (archive.addSystem (new WikipediaImageSystem))
(archive.processSystems) (archive.processSystems)
(defCommand Help []
(ui.displayMessage
(+ "Available commands:\n"
(commandNames.join "\n"))) [])
(defCommand SelectEntry [e OneEntry] (defCommand SelectEntry [e OneEntry]
(set selectedEntries [e]) []) (set selectedEntries [e]) [])