estkme-group / lpac

C-based eUICC LPA
GNU Affero General Public License v3.0
267 stars 63 forks source link

docs: Add parameters for 'notification process' #144

Closed z3ntu closed 1 month ago

z3ntu commented 1 month ago

Make sure it's visible in the usage documentation that these parameters exist since they make life easier.

Fixes #127


I tried following the format for the other parameters in this document, let me know if I should change anything.

bam80 commented 13 hours ago

@z3ntu thanks for addressing this!

Apparently, the -a parameter applies for remove subcommand also: https://github.com/estkme-group/lpac/blob/0011ea6cc4c045c84f7aac839c1cce7804422355/src/applet/notification/remove.c#L57 Would you like to reflect that in the Readme? Thanks.