-
Notifications
You must be signed in to change notification settings - Fork 25
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
Base now exports @main
#257
Comments
yeah, unfortunately, that will be a lot of work that I don't currently have the bandwidth to work on. some help would be nice! First, we need to develop a new name for marking the entrypoint of a CLI. Instead of keeping the |
Just a couple of ideas that came to my mind: @app
@run
@execute
@command
@compose
@runner
@launch
@commonicon The |
Thanks! I like the first two ( Maybe I should release a patch version that caps the Julia version first so we make sure previous CLI apps don't get broken by default? Then we jump into a minor version document the |
Perhaps, the quickest fix would be to update the documentation, replacing |
yeah that would be nice! |
Recently, Base julia has started to export a
@main
macro, leading to conflicts withComonicon.@main
. It would be enough to edit all documentation of this package to qualify the use of@main
withComonicon.@main
, and likely also a good idea to stop exporting@main
so that the warning of conflict is silenced.The text was updated successfully, but these errors were encountered: