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 command line args #496

Open
wants to merge 3 commits into
base: alltalkbeta
Choose a base branch
from

Conversation

6Morpheus6
Copy link

  • Command line args for more flexibility
  • Avoid collision if port is already in use
  • Ability to disable auto start in browser

inbrowser=args.inbrowser,
share=args.share,
debug=args.debug,
server_port=args.port,

Choose a reason for hiding this comment

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

I'm pretty sure the port's controlled via confignew.json
Did you check what happens if you changed it in the config but set it to another in the args?

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 this pull request may close these issues.

2 participants