This website requires JavaScript.
Explore
Help
Sign In
admin
/
alist
Watch
1
Star
0
Fork
0
You've already forked alist
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
alist
/
cmd
/
flags
/
config.go
11 lines
133 B
Go
Raw
Normal View
History
Unescape
Escape
feat: use cobra and add some command
2022-08-07 13:09:59 +08:00
package
flags
feat: basic structure
2022-06-06 21:48:53 +08:00
var
(
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:14:49 +08:00
DataDir
string
Debug
bool
NoPrefix
bool
Dev
bool
ForceBinDir
bool
feat: optional log to std
2023-03-05 15:07:06 +08:00
LogStd
bool
feat: basic structure
2022-06-06 21:48:53 +08:00
)
Reference in New Issue
Copy Permalink