mirror of
https://codeberg.org/scip/tablizer.git
synced 2026-02-04 10:20:59 +01:00
check pattern on startup
This commit is contained in:
@@ -73,6 +73,11 @@ func Execute() {
|
||||
conf.CheckEnv()
|
||||
conf.PrepareModeFlags(modeflag)
|
||||
conf.PrepareSortFlags(sortmode)
|
||||
|
||||
if err := conf.PreparePattern(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
conf.ApplyDefaults()
|
||||
|
||||
// actual execution starts here
|
||||
|
||||
Reference in New Issue
Block a user