Add to repl example

This commit is contained in:
Floris Bruynooghe
2023-02-10 18:35:47 +01:00
parent e7792a0c65
commit a31ae5297a
2 changed files with 21 additions and 1 deletions

View File

@@ -152,13 +152,15 @@ impl Completer for DcHelper {
}
}
const IMEX_COMMANDS: [&str; 12] = [
const IMEX_COMMANDS: [&str; 14] = [
"initiate-key-transfer",
"get-setupcodebegin",
"continue-key-transfer",
"has-backup",
"export-backup",
"import-backup",
"send-backup",
"receive-backup",
"export-keys",
"import-keys",
"export-setup",