mpv/player/lua
wm4 8e9644761a console: add a basic help command
It's not really great. But I think it's good enough to save someone
who's lost. Most importantly, it should become obvious _what_ the
console expects (input commands), and how to exit it.

Would be nice if we could show some documentation, or give a link to
documentation, but that's out of scope and/or not easy.

I considered implementing the "help" command as builtin command in
command.c. On the other hand, this could not show console.lua specific
help, so I implemented it in console.lua. The ad-hoc command parsing
(that sort-of mirrors mpv input command syntax) for the "help" command
is probably the worst part of this.
2019-12-24 16:08:04 +01:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
console.lua console: add a basic help command 2019-12-24 16:08:04 +01:00
defaults.lua lua: fix guard against division by 0 2019-12-23 16:10:06 +01:00
options.lua lua: change runtime option change behavior 2019-12-22 12:30:53 +01:00
osc.lua osc: redraw on visibility option runtime changes 2019-12-24 09:50:08 +01:00
stats.lua stats: do not use "tick" event 2019-12-24 16:02:24 +01:00
ytdl_hook.lua ytdl_hook: --vid=no should not ignore --ytdl-format in config file 2019-10-24 13:52:09 +02:00