args command formatting #4

Open
opened 2024-06-15 09:47:20 -04:00 by adam · 1 comment
Owner

right now I have to do this:

{"type": "gray_messages.directorial.execute_command", "command": "tts", "args": " 'lets see what happens'"}

space included. My own apostrophes to wrap the text. Not allowed to use apostrophes in the text.

Positively disgusting.

it should wrap the args up nicely, so that future me can do this, like a sane person would:

{"type": "gray_messages.directorial.execute_command", "command": "tts", "args": "let's see what happens"}
right now I have to do this: ``` {"type": "gray_messages.directorial.execute_command", "command": "tts", "args": " 'lets see what happens'"} ``` space included. My own apostrophes to wrap the text. Not allowed to use apostrophes in the text. Positively disgusting. it should wrap the args up nicely, so that future me can do this, like a sane person would: ``` {"type": "gray_messages.directorial.execute_command", "command": "tts", "args": "let's see what happens"} ```
Author
Owner

keep in mind though, the appsettings.json on the server-side has this:

{"name":"tts", "shell": "pwsh -c speak.ps1"},
keep in mind though, the appsettings.json on the server-side has this: ``` {"name":"tts", "shell": "pwsh -c speak.ps1"}, ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: greyn/directors-assistant#4
No description provided.