* Print valid/invalid status on snap validate --monitor <...>
* Also return validation tracking result for enforce (but ignore it in the
client).
* Removed unneeded return statement.
Co-authored-by: Miguel Pires <miguelpires94@gmail.com>
* Add checks for result when using enforce mode.
Co-authored-by: Miguel Pires <miguelpires94@gmail.com>
go-flags on Fedora 32/33 panics when showing --help of a hidden command. Git
bisect indicates that breakage is due to this commit in go-flags:
71064e1638
which got triggered by this commit
85900470da
in the snapd tree.
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>