pocket-updater-utility: When taking automated arguments, don't require user interaction
pocket_updater -u
should not require the user to press Enter to exit.
Since we’re bypassing the prompts and updating, when we reach the end, do not pause and require the user to press Enter after printing “we did it, come again soon”. Just exit.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (15 by maintainers)
Tested 2.35.0 and this works great for non-interactive scripting, thank you! My script:
This runs the self-updater and lets it exit. Then if it finds a new zip file, it unzips it and runs the update command.