NAT help command
This commit is contained in:
@@ -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]) [])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user