mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #232] Support for No-Console Start Mode on Windows #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chenghongyao on GitHub (Jun 12, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/232
Specific Demand
Is it possible to support a mode that does not display the terminal window on Windows? I would like to start it automatically at system startup, but I don't want to display the terminal window.
Implement Suggestion
This feature is implemented in another software Syncthing I use by adding parameters
--no-console --no-browser.@sigoden commented on GitHub (Jun 13, 2023):
No, use sc, nssm, pm2 or docker.