Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultFlagSet ¶
func RunWithOptions ¶
func RunWithOptions(ctx context.Context, opts *RunOptions) error
Types ¶
type RunOptions ¶
type RunOptions struct {
ReaderURIs []string `json:"reader_uri"`
Paths []string `json:"paths"`
Verbose bool `json:"verbose"`
}
func RunOptionsFromFlagSet ¶
func RunOptionsFromFlagSet(fs *flag.FlagSet) (*RunOptions, error)
Click to show internal directories.
Click to hide internal directories.