go-iiif icon indicating copy to clipboard operation
go-iiif copied to clipboard

Refactor tools package in to separate applications/{TOOL} packages

Open thisisaaronland opened this issue 3 years ago • 0 comments

Also, add the following methods to generic application interface:

  • DefaultFlagSet(context.Context) (*flag.FlagSet, error)
  • Run(context.Context) error
  • RunWithFlagSet(context.Context, *flag.FlagSet) error

thisisaaronland avatar Jul 04 '21 20:07 thisisaaronland