Skip to content

Draft: Added --messaging-create-sms-with-text option to mmcli

Tom Wimmenhove requested to merge tomwimmenhove/ModemManager:main into main

I added a --messaging-create-sms-with-text command line option that works similar to --messaging-create-sms-with-data, except that it uses the content of the file as the message text instead of the date. this way, you can have messages contain both double and single quotes at the same time, which was not possible with the current string parsing methods.

Merge request reports