swiftDialog
swiftDialog copied to clipboard
--commandfile not being respected in 3.0 beta
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