rig install --without-p3m
doesn't work as expected
#193
Labels
bug
an unexpected problem or unintended behavior
From reading the docs I expect
rig install --without-p3m
to leave the default package repos alone. However, this option doesn't appear to do anything.This is a similar question to #87, but I'm asking about the behaviour of the flag rather than of rig in general.
Example Dockerfile to reproduce what I'm seeing:
Expected output:
Actual output:
Removing the
--without-p3m
flag gives identical output fromgetOption('repos')
.Am I misunderstanding the purpose of the flag or is this a bug?
This is an awesome tool, thanks very much!
The text was updated successfully, but these errors were encountered: