ipm icon indicating copy to clipboard operation
ipm copied to clipboard

Add a prompt option for Defaults

Open ghost opened this issue 2 years ago • 2 comments
trafficstars

It might be useful to get user input during the installation of a module/application for the value of a variable to be used.

ghost avatar May 15 '23 09:05 ghost

Don't think that interactive mode is a good way, due to most usage being automated installation, where no way to input anything But the values can be passed by -D parameter during install

daimor avatar May 15 '23 09:05 daimor

For backward compatibility I think the right approach would be adding an "interactive" flag for install/load that can be checked in package-specific code (with corresponding documentation). This should be done.

isc-tleavitt avatar Mar 15 '24 15:03 isc-tleavitt