You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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: "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.
The text was updated successfully, but these errors were encountered:
'parade help s' implies you can specify the listen port.
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.
The text was updated successfully, but these errors were encountered: