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

configuring listen port doesn't work #69

Open
rotten opened this issue Nov 4, 2013 · 1 comment
Open

configuring listen port doesn't work #69

rotten opened this issue Nov 4, 2013 · 1 comment

Comments

@rotten
Copy link

rotten commented Nov 4, 2013

'parade help s' implies you can specify the listen port.

$  parade help s
s [command options] [pres_dir]
    Serves the parade presentation in the specified (or current) directory

Command Options:
    -h, --host=arg - Host or ip to run on (default: localhost)
    -p, --port=arg - Port on which to run (default: 9090)
    --verbose      - Show verbose messaging
parade -p 9999
  yields:  "Unknown option -p"
parade --port 9999
  yields:  "Unknown option --port"
parade -p=9999
  yields:  "error: no implicit conversion of nil into String"
parade --port=9999
  yields:  "error: no implicit conversion of nil into String"

Adding the command text "s" or "server" or "serve" immediately after 'parade' and before the port arguments, or after the port arguments, does not change the error messages.

@burtlo
Copy link
Owner

burtlo commented Nov 6, 2013

Thank you for opening an issue. I'll take a look at this when I get back home tomorrow.

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