Closed spyrkob closed 4 months ago
@TomasHofman FYI
Looks good! Is there any handling necessary in the channel add
command, as you pointed out in the issue? Throwing error if there is more than one manifest defined..?
channel add
operation should already only accept a single manifest (defined through the @CommandLine.Option
annotations), that should not be affected by this changes, unless I missed something :)
I see, it doesn't inherit from the AbstractInstallCommand. Sounds good :).
Thanks for the review @TomasHofman :)
Closes #726