We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are you interested in allowing the user to pass in an array of commands instead of a single command for build and run?
There's a relative of this tool in Lucky that allows that and it's a must-have feature for my use case.
Related: luckyframework/lucky#782
The text was updated successfully, but these errors were encountered:
Hey @KCErb could you give an example?
Sorry, something went wrong.
require "sentry" sentry = Sentry::ProcessRunner.new( process_name: "My cool app", build_commands: ["crystal build ./src/my_app.cr", "do_something_else"] run_command: ["./script/prep_app", "./my_app"], files: ["./src/**/*.cr", "./src/**/*.ecr"] ) sentry.run
No branches or pull requests
Are you interested in allowing the user to pass in an array of commands instead of a single command for build and run?
There's a relative of this tool in Lucky that allows that and it's a must-have feature for my use case.
Related: luckyframework/lucky#782
The text was updated successfully, but these errors were encountered: