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

Enhance Cross-Platform Argument Handling for Nitro Startup Scripts #674

Merged
merged 4 commits into from
Nov 21, 2023

Conversation

hiento09
Copy link
Collaborator

This Pull Request introduces enhancements to the startup scripts for the Nitro application, ensuring consistent argument handling across both Linux and Windows environments.

Changes Made:
Windows (start_nitro.bat): Similar to the Linux script, the batch file now properly handles command-line arguments. It passes any provided arguments to nitro.exe and includes logic to handle errors by attempting to run an alternative executable in a different directory if the first attempt fails.

Purpose:
These changes ensure that both the Linux and Windows scripts behave consistently in terms of argument handling, enhancing the user experience and ensuring that Nitro can be launched with the necessary parameters in different operating system environments.

@hiento09 hiento09 added the type: chore Maintenance, integration, packaging related label Nov 21, 2023
@hiento09 hiento09 added this to the Jan V2.0.0 milestone Nov 21, 2023
@hiento09 hiento09 self-assigned this Nov 21, 2023
@hiento09 hiento09 force-pushed the chore/patch-nitro-argument-windows branch from d839aee to 9183595 Compare November 21, 2023 06:47
Copy link
Contributor

@louis-jan louis-jan left a comment

Choose a reason for hiding this comment

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

<3

@hiento09 hiento09 merged commit fe3d682 into main Nov 21, 2023
@hiento09 hiento09 deleted the chore/patch-nitro-argument-windows branch November 21, 2023 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Maintenance, integration, packaging related
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants