feat: optional log to std

This commit is contained in:
Andy Hsu
2023-03-05 15:07:06 +08:00
parent aa1c5b2be3
commit dc000f640a
3 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,5 @@ var (
NoPrefix bool
Dev bool
ForceBinDir bool
LogStd bool
)