It could be useful to have a mode which would automatically supply answers to menu prompts. Right now the only option seems to be piping answers to standard input (which requires knowing in advance which menu prompts will be displayed) or using something like expect.
Identifying menu prompts may be a problem; the design of BSP's interactive facilities does not make this easy.
It could be useful to have a mode which would automatically supply answers to menu prompts. Right now the only option seems to be piping answers to standard input (which requires knowing in advance which menu prompts will be displayed) or using something like
expect.Identifying menu prompts may be a problem; the design of BSP's interactive facilities does not make this easy.