mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-21 13:57:17 +00:00

After this change, the CLI becomes the only entity actually performing I/O with the devices, and the GUI is just a wrapper around it. When you click "Flash", the GUI spawns the CLI with all the appropriate options, including `--ipc`, which uses an IPC communication channel to report status back to the parent process. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>