Open willeccles opened 3 years ago
At the moment, only xbps uses this, but presumably this would be useful for any other PM with a from command.
from
The function: https://github.com/willeccles/cpm/blob/68ff9eb624d6597bcb0f2a7f6eb6ebe826dfa742/cpm#L151-L156
The usage: https://github.com/willeccles/cpm/blob/68ff9eb624d6597bcb0f2a7f6eb6ebe826dfa742/cpm#L316
This is adjacent to #51, which should be an addition to the resolve() function.
resolve()
No good solution to use this and support multiple arguments, this is only needed on xbps, and it would just be a downgrade to force single arguments elsewhere.
At the moment, only xbps uses this, but presumably this would be useful for any other PM with a
from
command.The function: https://github.com/willeccles/cpm/blob/68ff9eb624d6597bcb0f2a7f6eb6ebe826dfa742/cpm#L151-L156
The usage: https://github.com/willeccles/cpm/blob/68ff9eb624d6597bcb0f2a7f6eb6ebe826dfa742/cpm#L316
This is adjacent to #51, which should be an addition to the
resolve()
function.