swiftDialog icon indicating copy to clipboard operation
swiftDialog copied to clipboard

--commandfile not being respected in 3.0 beta

Open anewhouse opened this issue 3 months ago • 3 comments

With the latest 3.0 beta installed, specifying a command file as an argument doesn't seem to be working. Running /Library/Application\ Support/Dialog/Dialog.app/Contents/MacOS/dialogcli --commandfile /var/tmp/dialogTest.log causes both dialogTest.log and dialog.log to be created in /var/tmp, and after that only updates to dialog.log are being processed

~ % /Library/Application\ Support/Dialog/Dialog.app/Contents/MacOS/dialogcli --commandfile /var/tmp/dialogTest.log &
[1] 19807
~ % echo "quit:" >> /var/tmp/dialogTest.log
~ % echo "quit:" >> /var/tmp/dialog.log
~ %
[1]  + exit 5     /Library/Application\ Support/Dialog/Dialog.app/Contents/MacOS/dialogcli

anewhouse avatar Oct 14 '25 22:10 anewhouse