mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
delete unreachable test code caused by os.Exit (#1073)
Signed-off-by: Abirdcfly <fp544037857@gmail.com> Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
parent
c95c054c48
commit
17420e9594
1 changed files with 0 additions and 2 deletions
|
|
@ -2437,7 +2437,6 @@ var OutputColorizationFlagSection = FlagSection{
|
|||
parser: func(args []string, argc int, pargi *int, options *TOptions) {
|
||||
colorizer.ListColorCodes()
|
||||
os.Exit(0)
|
||||
*pargi += 1
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -2447,7 +2446,6 @@ var OutputColorizationFlagSection = FlagSection{
|
|||
parser: func(args []string, argc int, pargi *int, options *TOptions) {
|
||||
colorizer.ListColorNames()
|
||||
os.Exit(0)
|
||||
*pargi += 1
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue