alist/cmd/flags/config.go
Noah Hsu 1c212f6c30 feat!: force to use the bin dir as the data dir (close #2108)
- move default log path to `data/log/log.log`
- replace `--conf` with `--data`
2022-11-01 19:16:23 +08:00

10 lines
115 B
Go

package flags
var (
DataDir string
Debug bool
NoPrefix bool
Dev bool
ForceBinDir bool
)