Skip to content

RDOC SERVER (Not working as expected) #1697

@ethancane

Description

@ethancane

The README states that a server functionality exists whereby you can live preview.

When running the following:

rdoc --server

It returns the following caught exception:

invalid options: --server
(invalid options are ignored)

I delved into the code a little and can see support for serving.

Found references:

server_port

opt.on("--server[=PORT]", Integer,

https://github.com/ruby/rdoc/blob/master/lib/rdoc/server.rb

Does this actually work?

Hope this helps to pinpoint why this feature appears to be at fault.

P.S. I am using the latest release version (7.2.0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions