This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
alist
mirror of
https://github.com/Xhofe/alist
Watch
1
Star
0
Fork
You've already forked alist
0
Code
Issues
Releases
Wiki
Activity
e7ad830aa8
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 05:09:59 +00:00
package
flags
feat: basic structure
2022-06-06 13:48:53 +00: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 11:14:49 +00:00
DataDir
string
Debug
bool
NoPrefix
bool
Dev
bool
ForceBinDir
bool
feat: optional log to std
2023-03-05 07:07:06 +00:00
LogStd
bool
feat: basic structure
2022-06-06 13:48:53 +00:00
)