mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
fixed #5, colorization now always works as expected
This commit is contained in:
@@ -69,10 +69,11 @@ func Execute() {
|
||||
return nil
|
||||
}
|
||||
|
||||
// prepare flags
|
||||
// Setup
|
||||
conf.CheckEnv()
|
||||
conf.PrepareModeFlags(modeflag)
|
||||
conf.PrepareSortFlags(sortmode)
|
||||
conf.DetermineColormode()
|
||||
|
||||
if err := conf.PreparePattern(); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user