Skip to content

Improve Organization of Flags for Sign/Verify? #1153

Open
@tri-adam

Description

@tri-adam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions