myk002
|
aa3a389b6f
|
fix parsing bold text and indenting of ls output
|
2022-07-29 17:37:50 -07:00 |
myk002
|
10f8417cc2
|
create helpdb entries for all plugins
even those that have no commands and are not enableable
|
2022-07-26 22:22:43 -07:00 |
myk002
|
8cf7f59c39
|
wrap ls and tags output
|
2022-07-25 17:48:39 -07:00 |
Myk
|
3c92d4f195
|
Fix typo
|
2022-07-23 16:35:40 -07:00 |
myk002
|
9b7cc6180d
|
don't create entries for non-enableable plugins
|
2022-07-22 21:21:38 -07:00 |
myk002
|
4b1696f783
|
add '?' alias for help
|
2022-07-21 22:36:17 -07:00 |
myk002
|
2ce7518562
|
read plugin command docs from single plugin file
|
2022-07-21 22:33:43 -07:00 |
myk002
|
048b20ac45
|
no help entries for non-enableable plugins
|
2022-07-20 13:34:29 -07:00 |
myk002
|
0dd153cc0d
|
ensure we pick up the plugin help entry
even when it has a command and that command is not equal to the plugin
name
|
2022-07-20 12:34:40 -07:00 |
myk002
|
954e246140
|
reformat builtins and properly read tags
|
2022-07-19 23:01:25 -07:00 |
myk002
|
ddcb9b4921
|
add missing 'man' builtin
|
2022-07-19 22:35:08 -07:00 |
myk002
|
e3588cf49c
|
return entire tag data structure for iterating
|
2022-07-19 22:13:53 -07:00 |
myk002
|
301c8e93a1
|
move builtin docs to individual files
|
2022-07-18 10:58:35 -07:00 |
myk002
|
e926e1116e
|
replace more Core cpp code with calls to helpdb
also document devel/dump-rpc builtin
|
2022-07-14 13:19:30 -07:00 |
myk002
|
185f49976c
|
ensure scripts get their entry type set
|
2022-07-11 17:24:53 -07:00 |
myk002
|
4ed15ffcc4
|
fix parsing of first line as the short_help
|
2022-07-10 20:48:24 -07:00 |
myk002
|
a58b56abc4
|
don't error out if files cannot be read
|
2022-07-10 20:19:12 -07:00 |
Myk
|
e899510b8b
|
Use helpdb to implement help and ls built-in commands and dfhack.script_help() (#2242)
* use helpdb to implement the help and ls builtins
* use helpdb to implement dfhack.script_help()
|
2022-07-10 20:17:54 -07:00 |
Myk
|
4ad8e7199a
|
Support builtin commands in helpdb (#2241)
* support builtin commands in helpdb, implement list API, document api
|
2022-07-10 20:17:52 -07:00 |
myk002
|
35a4d19ac9
|
implement listing functions for helpdb
|
2022-07-10 20:14:21 -07:00 |
Myk
|
64aba7a8a3
|
Myk rendered help (#2240)
* implement help db
* add initial list of tags
* read tags fr help, read script short desc, filter
|
2022-07-10 20:14:21 -07:00 |