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

Allow raw CLI command creation with no inbuilt actions #12

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

daniel-chambers
Copy link
Collaborator

This PR relaxes the get_serve_command and get_serve_configuration_command functions so that if you don't pass a Connector to them, they will not wire up the actions that start the server/configuration server using the Connector.

This is useful in scenarios where you want to customise the server setup, or if you want to simply parse command line input without doing anything.

@daniel-chambers daniel-chambers merged commit b1fd615 into main Dec 21, 2023
2 checks passed
@daniel-chambers daniel-chambers deleted the daniel/raw-commands branch December 21, 2023 03:37
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.

1 participant