feat: advertise opt in and opt out commands

This commit is contained in:
2026-04-22 12:11:36 -04:00
parent 9b479d1236
commit 2c0d5c8479
4 changed files with 399 additions and 364 deletions

View File

@@ -1,4 +1,4 @@
mod command;
pub mod command;
mod one_to_many;
mod one_to_many_with_data;
mod one_to_one;