Commit Graph

20 Commits

Author SHA1 Message Date
ca6b9c5d63 fix JSDoc 2024-04-12 17:27:38 -04:00
dd4c7a2521 add some adjustments to make autocomplete work properly
some hint in there about "/:" would still be nice
2024-04-11 22:58:53 -04:00
03916bceec use parseQuotedValue and parseValue to determine name for "/:"
QR labels and set names can include spaces
2024-04-11 22:35:12 -04:00
c12a6fc94c use testRunShorthandEnd 2024-04-11 22:26:45 -04:00
f95e38e85a fix error message 2024-04-11 22:18:51 -04:00
fb97665f50 move shit around 2024-04-11 22:18:41 -04:00
7a5b6b4177 add "/:name" as shorthand for "/run name" after all 2024-04-11 22:18:24 -04:00
43dd251ca1 remove some logging 2024-04-11 14:34:47 -04:00
448b812faa fix /? slash 2024-04-11 14:31:09 -04:00
18b851f77f add double pipe a pipe breaker 2024-04-09 20:11:30 -04:00
d1682350e3 fix alias list in help string 2024-04-07 16:50:04 -04:00
3b545a7ab1 use /run to call closures and no arguments on immediate closures 2024-04-02 12:47:11 -04:00
d826eb43d4 add callable closure vars 2024-04-02 08:48:41 -04:00
364f802282 fix typo 2024-03-29 14:47:09 -04:00
1c7b76746d use non-whitespace for command names 2024-03-29 12:26:22 -04:00
4b29618dc2 add stscript language to hljs 2024-03-29 11:44:29 -04:00
59646ea4f9 add support for named arguments for closures 2024-03-29 10:04:25 -04:00
98da994e03 disable command name check of getCommandAt 2024-03-29 08:41:31 -04:00
da6372cf86 add fuzzy and include matching for autocomplete 2024-03-25 10:44:52 -04:00
376a83511c basics for new parser 2024-03-25 08:53:36 -04:00