feat: rename edit as view

This commit is contained in:
GyDi
2022-01-19 23:58:34 +08:00
parent 4f02c373c2
commit 0d5bfc0997
4 changed files with 8 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ fn main() -> std::io::Result<()> {
cmds::get_verge_config,
cmds::patch_verge_config,
// profile
cmds::edit_profile,
cmds::view_profile,
cmds::patch_profile,
cmds::import_profile,
cmds::update_profile,