Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -noforward/-forward-only command line args #1488

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

slipher
Copy link
Member

@slipher slipher commented Jan 5, 2025

By default Daemon forwards commands passed on the command line if there is one, or otherwise starts a new instance. The new command-line arguments can be used to only allow one or the other of the behaviors.

Fixes #942.

By default Daemon forwards commands passed on the command line if there
is one, or otherwise starts a new instance. The new command-line
arguments can be used to only allow one or the other of the behaviors.

Fixes DaemonEngine#942.
Copy link
Member

@illwieckz illwieckz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much, that's greatly appreciated! LGTM.

@slipher slipher merged commit 5f50300 into DaemonEngine:master Jan 8, 2025
9 checks passed
@slipher slipher deleted the forwardopts branch January 8, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: add -forward-only option to not start engine if there is no engine already running
3 participants