You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After nimble develop feature was redesigned I'm struggling to understand how to make it work for me.
I'm having repo a and b. Both only exist on my machine, not committed anywhere. How do I make b see a? Previously I would cd a && nimble develop, but now it doesn't work.
The text was updated successfully, but these errors were encountered:
-g, --global - Creates an old style link file in the special links directory. It is read by Nim to be able to use global develop mode packages. Nimble uses it as a global develop file if a local one does not exist.
After nimble
develop
feature was redesigned I'm struggling to understand how to make it work for me.I'm having repo
a
andb
. Both only exist on my machine, not committed anywhere. How do I makeb
seea
? Previously I wouldcd a && nimble develop
, but now it doesn't work.The text was updated successfully, but these errors were encountered: