mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Adds the --silent-warning options to the obitools commands and removes the --pared-with option from some of the obitols commands.
This commit is contained in:
11
pkg/obidefault/logger.go
Normal file
11
pkg/obidefault/logger.go
Normal file
@ -0,0 +1,11 @@
|
||||
package obidefault
|
||||
|
||||
var __silent_warning__ = false
|
||||
|
||||
func SilentWarning() bool {
|
||||
return __silent_warning__
|
||||
}
|
||||
|
||||
func SilentWarningPtr() *bool {
|
||||
return &__silent_warning__
|
||||
}
|
Reference in New Issue
Block a user