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

Added flags for easily enabling program options #26

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

LennardF1989
Copy link
Member

This allows users to enable --hmr and --plugin-dev-host from the options.ini.

For developers, this makes things a lot easier as we can just run-dev with no additional trickery.
For normal users, this would mean they don't have to mess around with startup arguments.

Tried to set a "standard" for the flag names:

  • "development"-prefix if it's only useful during development (eg. it needs dev dependencies)
  • "experimental"-prefix meaning it can be removed, is unstable or will change in the future.

components/flags.ts Outdated Show resolved Hide resolved
@RDIL RDIL merged commit e7e6486 into thepeacockproject:v5 Nov 15, 2022
@LennardF1989 LennardF1989 deleted the flags branch November 15, 2022 20:02
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