"AppMan", removed the option conv, now to convert installation scripts for "AM" you can use the following command:
appman -d --convert [PROGRAM1] [PROGRAM2] ...
the new --convert option is a suboption of -d or download.
This option can be used also by "AM", but requires an AppMan's configuration file (in ~/.config/appman, the one you create at AppMan's first start).
simplescreenrecorder-2024-02-13_05.10.26.mp4
The CLI modularization process has begun, when "AM" / AppMan is started for the first time, a "modules" directory will be created in "$AMPATH" which will host the various options and any third-party extensions.
For now the entire "template" or "-t" function has been moved to the new "modules" directory of this repository to be studied and improved as a separated module I've named template.am, every time you invoke the command you will always have the module updated to the latest version.
Thanks to @nazdridoy e @zen0bit for the suggestions and support