Files
puter/packages/backend/src
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-19 23:44:42 -04:00
2024-06-24 13:53:00 -04:00
2024-06-19 23:44:42 -04:00
2024-06-19 18:33:56 -04:00
2024-06-19 00:10:40 -04:00