Closed behrica closed 11 months ago
Such a change in neil would fully solve my use case for adding "devcontainer" configs to projcet. The "neil exec" code for my case would be this, for illustration:
https://github.com/behrica/neil-devcontainer-ext/blob/main/neil-ext.clj
The same can be done bit pure bb scripts.
proof of concept of
neil exec
executes: https://github.com/behrica/neil-devcontainer-ext/blob/main/neil-ext.clj
The args are passed via an atom, not sure if there is a better way: https://github.com/babashka/neil/blob/f28c93e09696c32b0b4ebf1f17183879ac40cc65/src/babashka/neil.clj#L21