stdg icon indicating copy to clipboard operation
stdg copied to clipboard

Feature request: close command

Open crcpucmg opened this issue 1 year ago • 0 comments

It'll be useful to add a "close" command to close window and end stdg process, for both Windows and Linux.

Perhaps, something like:

1 => match command[0].as_str() { "close" => { std::process::exit(); // or abort( ) } "present" => { ...

crcpucmg avatar Jul 29 '22 19:07 crcpucmg