diff options
| author | default <nobody@localhost> | 2024-09-18 18:34:17 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-18 18:34:17 +0200 |
| commit | 97cc35f577dbe390c5c6c841e41f6a82b32aff9d (patch) | |
| tree | 82c34bfcb1fa4a1adc1e3d4eab92d53d24ffc1f3 /main.c | |
| parent | 00716d187163254cb3fce946316072c28b7bc949 (diff) | |
Started account migration code.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(); |