You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Write a shell script that outputs the --help options for each of the three commands in pca-report-library and shows how to run each one via Docker
Implementation notes
Current entrypoint shows the pca-report-generator help message only. With this improvement, it would show pca-report-compiler and pca-report-templates help messages as well.
Acceptance criteria
How do we know when this work is done?
Output shows the three help options
All code working otherwise
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
💡 Summary
Create a shell script to improve entrypoints
Motivation and context
Write a shell script that outputs the --help options for each of the three commands in pca-report-library and shows how to run each one via Docker
Implementation notes
Current entrypoint shows the pca-report-generator help message only. With this improvement, it would show pca-report-compiler and pca-report-templates help messages as well.
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: