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

Add docstring to compiler opt --project #29191

Closed
wants to merge 3 commits into from

Conversation

Roger-luo
Copy link
Contributor

No description provided.

@@ -93,6 +93,7 @@ julia [switches] -- [programfile] [args...]
|:--- |:---|
|`-v`, `--version` |Display version information|
|`-h`, `--help` |Print this message|
|`--project=<dir>` |Start up with the given project|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe

Start with `dir` as the home project

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay.

@fredrikekre fredrikekre added docs This change adds or pertains to documentation backport pending 1.0 labels Sep 14, 2018
Copy link
Member

@StefanKarpinski StefanKarpinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The =<dir> part is optional as well, which should be indicated. If --project is passed with no value the value @. is used.

@simonbyrne
Copy link
Contributor

Sorry, I hadn't seen this. This should now be covered by #29497 (which as been merged) and #29731.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants