1package flags 2 3var ( 4 DataDir string 5 Debug bool 6 NoPrefix bool 7 Dev bool 8 ForceBinDir bool 9 LogStd bool 10) 11 12