ailncode/af

it doesn't work if flag.Parse() before af.Run()

ailncode opened this issue · 1 comments

AF use flag.Parse() check graceful os arg.
If flag.Parse() before af.Run(),graceful must be false always.

move graceful to package var.