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 Apr 17, 2023. It is now read-only.
After puppetlabs-toy-chest/pct#350, it will be possible to remove the copied install command from PRM and instead instantiate the command in main, as with build.
Acceptance Criteria
cmd/install folder and files are removed
The InstallCommand struct is instantiated in main and the command created from that struct
The text was updated successfully, but these errors were encountered:
After puppetlabs-toy-chest/pct#350, it will be possible to remove the copied
install
command from PRM and instead instantiate the command in main, as withbuild
.Acceptance Criteria
cmd/install
folder and files are removedInstallCommand
struct is instantiated in main and the command created from that structThe text was updated successfully, but these errors were encountered: