pleroma/rel
Phantasm 7f97e21910
pleroma_ctl: Properly handle user arguments with whitespace
When user supplied arguments to pleroma_ctl include whitespace
that has been properly quoted, all arguments were sent to
ReleaseTasks in one string, which then String.split/1 the input on any
whitespace. This broke Mix tasks that accept certain user input like
instance gen and user management.

To fix this, pleroma_ctl now sends the arguments in list
form. Additionally pleroma_ctl arguments now need to be pre-processed.

Fixes pleroma/pleroma#7874
2026-04-24 18:04:31 +02:00
..
files pleroma_ctl: Properly handle user arguments with whitespace 2026-04-24 18:04:31 +02:00
env.sh.eex OTP releases: only set name and distribution type if not set already 2019-11-22 19:58:39 +03:00
vm.args.eex Disable busywaits in releases 2024-10-25 11:34:54 -04:00