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
As mentioned by @fnikolai in #1095 (comment), it might be useful to organize the increasing number of flags in singularity sign and singularity verify:
Perhaps something along these lines?
$ singularity sign --help
...
PGP flags:
--whatever string
Some Whatever message Here
....
X509 flags:
--certificate
Path to x509 certificate
--key
Path to x509 key
....
There is something called 'NamedFlagSets' that could help us with grouping the flags. spf13/cobra#1327
The text was updated successfully, but these errors were encountered:
As mentioned by @fnikolai in #1095 (comment), it might be useful to organize the increasing number of flags in
singularity sign
andsingularity verify
:The text was updated successfully, but these errors were encountered: