1
0
mirror of https://github.com/Eyre-S/sekai-scores.git synced 2024-11-22 03:04:55 +08:00
todo for it
Go to file
Eyre_S af53ed7f18
add config command with create/list/show with --user/--sys, add global param --debug/--verbose
- set default _debug output to false
  - add global param --debug/--verbose to enable _debug output
- changed user config store path
  - on windows, it will be "~/AppData/Roaming"
  - on linux, it still is "~/.config"
- added supported to system global config
  - which means "C:/ProgramData" on Windows and "/etc" on linux
  - the system global config can be override by user config
- add config command
  - with param --user/--sys, which can control config command do on which config field. the default is user.
  - with subcommand create, it can create sekai-scores config dir and config file. it follows config field.
  - with subcommand list/show, it can show the config loaded. it shows all of the config will be load. so, it do not follow config field setting.
  - without subcommand, it will output the config file path.
2022-11-25 20:43:46 +08:00
gradle/wrapper init project (and a subproject cli) 2022-10-09 00:49:26 +08:00
sekai-cli add config command with create/list/show with --user/--sys, add global param --debug/--verbose 2022-11-25 20:43:46 +08:00
sekai-scores-db add "id" field to Song and Difficulty 2022-11-21 17:04:20 +08:00
src/main/java/cc/sukazyo/sekai_scores add "id" field to Song and Difficulty 2022-11-21 17:04:20 +08:00
.gitignore add submodule sekai-scores-db, update build.gradle 2022-11-17 17:22:51 +08:00
build.gradle implement toString to serialize to JSON format, add "id" field for SongUnit 2022-11-21 16:26:17 +08:00
gradle.properties add "id" field to Song and Difficulty 2022-11-21 17:04:20 +08:00
gradlew init project (and a subproject cli) 2022-10-09 00:49:26 +08:00
gradlew.bat init project (and a subproject cli) 2022-10-09 00:49:26 +08:00
settings.gradle add submodule sekai-scores-db, update build.gradle 2022-11-17 17:22:51 +08:00