Closed PhilLast closed 4 years ago
Something like
]BuildWs nspath -wsid='wsid' -quadlx='quadlx' -reopen='on'|'off'
or
⎕SE.acre.BuildWs nspath ('wsid' 'wsid' ) ('quadlx' 'quadlx' )('reopen' 'on'|'off' )
Not greatly dissimilar to what it does already for its own installation ws.
about five lines of new code.
Yes, but not without fully ironing out dependencies, versions, reference injection, in short everything to do with package management.
Closing this pro tem
Something like
]BuildWs nspath -wsid='wsid' -quadlx='quadlx' -reopen='on'|'off'
or
⎕SE.acre.BuildWs nspath ('wsid' 'wsid' ) ('quadlx' 'quadlx' )('reopen' 'on'|'off' )
Not greatly dissimilar to what it does already for its own installation ws.
about five lines of new code.