Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alist-org
GitHub Repository: alist-org/alist
Path: blob/main/cmd/flags/config.go
1560 views
1
package flags
2
3
var (
4
DataDir string
5
Debug bool
6
NoPrefix bool
7
Dev bool
8
ForceBinDir bool
9
LogStd bool
10
)
11
12