commit 4f28983618512ec6daa4699495aa75cade2e195e parent 243e09262e8d97c01b5fc0cef0766c28fd156333 Author: finwo <finwo@pm.me> Date: Tue, 14 Nov 2017 22:49:01 +0100 Notify user of incomplete repo remove Diffstat:
| M | dep-repo | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/dep-repo b/dep-repo @@ -49,6 +49,13 @@ case "$1" in ;; remove) + + # Notify this is a todo + echo "This call is not implemented yet" >&2 + echo "To remove a repository, please manually edit the following file:" >&2 + echo " ~/.dep/repositories" >&2 + exit 1 + ;; *) echo "Usage: $0 (list|add|update|remove)"