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

[TASK] Prepare fluid binary to support multiple commands #875

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

s2b
Copy link
Contributor

@s2b s2b commented Jun 12, 2024

The fluid binary currently only supports one command: The execution of fluid code, supplied by various sources, like a file, interactively or via socket. To be able to add more features in the future, a command parameter has been introduced to differentiate various sub-commands.

The existing functionality is now available as a sub-command by executing "bin/fluid run". However, the "run" command is defined as default command in this first step, which means that the previous syntax still works and that this change should be non-breaking.

Since ConsoleRunner has been defined as @internal, it has been marked as final, also the visibility of methods, variables and constants has been set to private to reduce/clarify the API of the class.

The fluid binary currently only supports one command: The
execution of fluid code, supplied by various sources, like
a file, interactively or via socket. To be able to add more features
in the future, a command parameter has been introduced to
differentiate various sub-commands.

The existing functionality is now available as a sub-command by
executing "bin/fluid run". However, the "run" command is defined
as default command in this first step, which means that the previous syntax still works and that this change should be non-breaking.

Since ConsoleRunner has been defined as @internal, it has been
marked as final, also the visibility of methods, variables and constants
has been set to private to reduce/clarify the API of the class.
@s2b s2b merged commit a6c951a into main Jun 12, 2024
8 checks passed
@s2b s2b deleted the task/cliPreparations branch June 12, 2024 13:22
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.

2 participants