This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
generated from eosnetworkfoundation/product
-
Notifications
You must be signed in to change notification settings - Fork 0
"Remove" option doesn't remove dependency #21
Comments
To answer the original issue: the syntax is as following: However there are other issues related which I will address in the PR:
|
Issue 1 pulled out to #39 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Content of the project.yaml file:
root@c1742fb0fdb3:/app# antler-proj remove /host/home/alex/dev/projects/AntelopeIO/Clion_DUNE/test dep test_app1 test_dep1
Object: test_dep1 does not exist.
while removing of the test_app1 with it's dependency works well:
root@c1742fb0fdb3:/app# antler-proj remove /host/home/alex/dev/projects/AntelopeIO/Clion_DUNE/test app test_app1
Removing object: test_app1 from the project.
P.S. IMHO it would be better to write the message as "Object test_app1 has been removed" or something like this to make the user sure that the action has been completed successfully.
The text was updated successfully, but these errors were encountered: