IBM / ibmi-bob

A build system for creating IBM i-native objects using GNU Make.
https://ibm.github.io/ibmi-bob
Apache License 2.0
48 stars 21 forks source link

Support replacement of commands for custom recipes #341

Open SanjulaGanepola opened 1 month ago

SanjulaGanepola commented 1 month ago

Currently custom recipes will not be able to take advantage of the automatic set up bob does for the library list, retrieving of the job log, etc. We should support being able to replace the default command with a custom command.

For reference: https://github.com/IBM/vscode-ibmi-projectexplorer/issues/583

arco400 commented 1 month ago

I'm also very interested in this enhancement.