-
Notifications
You must be signed in to change notification settings - Fork 5
a_FAQ
petermr edited this page Aug 25, 2020
·
3 revisions
Remko Popma has created a package manager for ami3
.
See https://github.com/petermr/ami3/packages
Every package is date-stamped.
e.g.
Expected parameter for option '--type' but found 'image'
(and similar)
This is because image
is both a command and a parameter value and picocli
cannot parse the command. The developer must ensure that the values for --type
must not clash.