implement the rest of the config commands

This commit is contained in:
dusk 2025-10-04 19:32:58 +00:00
parent a268f75d32
commit 0f26a69f1b
No known key found for this signature in database
11 changed files with 480 additions and 296 deletions

View file

@ -252,8 +252,8 @@ pub fn edit() -> impl Iterator<Item = Command> {
.into_iter();
let system_link = [
command!("link" => "system_link"),
command!("unlink", ("target", OpaqueString) => "system_unlink"),
command!("link", ("account", UserRef) => "system_link"),
command!("unlink", ("account", OpaqueString) => "system_unlink"),
]
.into_iter();