Generates Commanded aggregate scaffolding for a Dialup application.
mix dialup.gen.aggregate ContextName AggregateName table_name \
command1:field1:type,field2:type \
command2Examples
mix dialup.gen.aggregate Ordering Order orders \
add_item:product_id:string,qty:integer,price:integer \
confirmOptions
--app— OTP application name (defaults toMix.Projectapp)--force— overwrite existing files (exceptcommanded_app.ex, which is always skipped)