Versions in this module Expand all Collapse all v3 v3.0.0 Mar 10, 2025 Changes in this version + func DefaultFlagSet() *flag.FlagSet + func Run(ctx context.Context) error + func RunWithFlagSet(ctx context.Context, fs *flag.FlagSet) error + func RunWithOptions(ctx context.Context, opts *RunOptions) error + type RunOptions struct + EnableIntersects bool + Files []string + MARC034Column string + SpatialDatabaseSources map[string][]string + SpatialDatabaseURI string + ToFile string + ToStdout bool + Verbose bool + func RunOptionsFromFlagSet(fs *flag.FlagSet) (*RunOptions, error)