ssb: Begin to add some CLI tests.

This commit is contained in:
2025-05-06 12:49:57 -04:00
parent 3bf19fabda
commit b3cedf2baa
4 changed files with 101 additions and 1 deletions

View File

@ -531,7 +531,7 @@ static int _tf_command_private(const char* file, int argc, char* argv[])
{ "id", required_argument, NULL, 'i' },
{ "recipients", required_argument, NULL, 'r' },
{ "db-path", required_argument, NULL, 'd' },
{ "text", required_argument, NULL, 'c' },
{ "text", required_argument, NULL, 't' },
{ "help", no_argument, NULL, 'h' },
{ 0 },
};