feat: handle remote clash config fields

This commit is contained in:
GyDi
2022-04-07 01:20:44 +08:00
parent 6ade0b2b1a
commit fd99ba6255
7 changed files with 146 additions and 7 deletions

View File

@@ -119,6 +119,7 @@ fn main() -> std::io::Result<()> {
cmds::sync_profiles,
cmds::enhance_profiles,
cmds::change_profile_chain,
cmds::change_profile_valid,
cmds::read_profile_file,
cmds::save_profile_file
]);