aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-09-18 18:34:17 +0200
committerdefault <nobody@localhost>2024-09-18 18:34:17 +0200
commit97cc35f577dbe390c5c6c841e41f6a82b32aff9d (patch)
tree82c34bfcb1fa4a1adc1e3d4eab92d53d24ffc1f3 /main.c
parent00716d187163254cb3fce946316072c28b7bc949 (diff)
Started account migration code.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6392965..ed8f199 100644
--- a/main.c
+++ b/main.c
@@ -273,6 +273,10 @@ int main(int argc, char *argv[])
return 0;
}
+ if (strcmp(cmd, "migrate") == 0) { /** **/
+ return migrate_account(&snac);
+ }
+
if ((url = GET_ARGV()) == NULL)
return usage();