Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nimble develop -g doesn't work #1069

Closed
ringabout opened this issue Feb 17, 2023 · 0 comments
Closed

nimble develop -g doesn't work #1069

ringabout opened this issue Feb 17, 2023 · 0 comments

Comments

@ringabout
Copy link
Member

ringabout commented Feb 17, 2023

options.nim(661)         handleUnknownFlags

    Error:  Unknown option: -g

of "global":

Adding "g" should suffice.

-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.

foxoman added a commit to foxoman/nimble that referenced this issue Mar 4, 2023
The -g flag in the Nimble package manager would result in an error due to the flag being unrecognized, it is short of global flag
@ringabout ringabout moved this from Todo to In Progress in Contribution-friendly issues Mar 5, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Contribution-friendly issues Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant