Added cmd package
parent
06bfd8a087
commit
527e05e766
|
@ -0,0 +1,10 @@
|
|||
package main
|
||||
|
||||
import "github.com/subfinder/subfinder/pkg/runner"
|
||||
|
||||
func main() {
|
||||
// Parse the command line flags and read config files
|
||||
options := runner.ParseOptions()
|
||||
|
||||
_ = options
|
||||
}
|
Loading…
Reference in New Issue