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

pluto run doesn't accept multiple options #33

Open
randallzug opened this issue Oct 15, 2020 · 1 comment
Open

pluto run doesn't accept multiple options #33

randallzug opened this issue Oct 15, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@randallzug
Copy link

I am able to successfully run

  • pluto run --launch-browser=false
  • pluto run --port=9090 or pluto run -p9090
  • julia -e 'using Pluto; Pluto.run(port=9090, launch_browser=false)'

However, I cannot run
pluto run --port=9090 --launch-browser=false regardless of the format or order of the options

Use case- Running Pluto on a home workstation and serving it through a reverse proxy to be worked on remotely with a tablet or laptop.

@Roger-luo
Copy link
Collaborator

ummm this is strange, it shouldn't be... let me look into this a bit.

@Roger-luo Roger-luo added the bug Something isn't working label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants