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

ArgParse 1.1.5 prints desc while precompiling #130

Closed
bluesmoon opened this issue Apr 9, 2024 · 1 comment · Fixed by #131
Closed

ArgParse 1.1.5 prints desc while precompiling #130

bluesmoon opened this issue Apr 9, 2024 · 1 comment · Fixed by #131

Comments

@bluesmoon
Copy link

I don't know where this is coming from, but when I precompile my project in Julia 1.10 with ArgParse 1.1.5, I get this message:

  1 dependency had output during precompilation:
┌ ArgParse
│  desc
└  
@giordano
Copy link

Culprit is

println(opts)
called at
@defaults desc begin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants