feat: Package for command-line arguments
This commit is contained in:
9
internal/models/config.go
Normal file
9
internal/models/config.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "regexp"
|
||||
|
||||
// GrepConfigInternal defines valid grep configuration after parameters parsing
|
||||
type GrepConfigInternal struct {
|
||||
PathPattern *regexp.Regexp
|
||||
TextPattern *regexp.Regexp
|
||||
}
|
||||
Reference in New Issue
Block a user