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

Handle -e / -E arguments. #59

Open
tecosaur opened this issue Mar 3, 2023 · 1 comment
Open

Handle -e / -E arguments. #59

tecosaur opened this issue Mar 3, 2023 · 1 comment

Comments

@tecosaur
Copy link

tecosaur commented Mar 3, 2023

By using -- in the shell alias, we can get flags to be included in ARGS

alias juliaclient='julia --startup-file=no -e "using DaemonMode; runargs()" --'

This way one could do juliaclient -e 'println("Hi")' etc.

I imagine DaemonMode's runargs() could be extended to recognise -e, -E, and --project perhaps?

@dmolina
Copy link
Owner

dmolina commented Mar 3, 2023

This is great idea, I hope to implement in the following days, it is not a difficult one.
Thank you for the suggestion.

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

No branches or pull requests

2 participants