Files
puter/packages
Sam AtkinsandEric Dubé fa81dca950 feat(backend): Add tab completion to server console command arguments
A command can optionally define a `completer(args)` function. It takes
an array of strings for the current arguments, and returns an array of
completion results for the last argument.

Includes a few completers:
- alarm:info/clear/inspect completes the first argument as an alarm id
  or short_id
- script:run completes the first argument as a script name
- params:get/set completes the first argument as a parameter name
2024-06-28 11:18:29 -04:00
..
2024-06-08 01:07:42 -04:00
2024-06-08 01:07:42 -04:00
2024-06-19 22:30:42 -07:00
2024-06-08 01:07:42 -04:00
2024-06-09 13:14:48 -04:00