[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: spd-say request for -- flag
From: |
Samuel Thibault |
Subject: |
Re: spd-say request for -- flag |
Date: |
Fri, 7 Oct 2022 22:22:47 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Hello,
Storm Dragon, le jeu. 06 oct. 2022 23:34:28 -0400, a ecrit:
> The spd-say tool seems to be missing the -- flag to specify that
> anything following is part of the text that is to be spoken.
? It is supported, through getopt_long
> This has the unfortunate side affect of anything starting with a - as
> being parsed as a command, not something to be spoken. To reproduce,
> try the following:
>
> spd-say "-- for some reason this line started with 2 dashes."
Well, sure. What you want to try is
spd-say -- "-- for some reason this line started with 2 dashes."
Samuel