package
Version:
v0.2.0-beta
Opens a new window with list of versions in this module.
Published: May 27, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command interface {
Execute() error
}
type Error struct {
ExitCode int
Previous error
}
type Options struct {
CommandName string `no-flag:"true"`
ConfigFilename string ``
URL string `short:"u" long:"specification-url" description:"URL or path to file with OpenAPI v3 specification."`
}
type VersionArguments struct {
Version bool `short:"v" long:"version" description:"Show application version."`
}
Source Files
¶
Directories
¶
command
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.