Added cmd package

master
Ice3man543 2019-12-03 18:00:17 +05:30
parent 06bfd8a087
commit 527e05e766
1 changed files with 10 additions and 0 deletions

10
cmd/subfinder/main.go Normal file
View File

@ -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
}