dry-rb.org icon indicating copy to clipboard operation
dry-rb.org copied to clipboard

`dry-cli` commands with subcommands and params page is downloaded instead of being opened by the browser

Open vikdotdev opened this issue 2 years ago • 2 comments

Here's that page https://dry-rb.org/gems/dry-cli/1.0/commands-with-subcommands-and-params

Server responds with content-type: application/octet-stream only for this one page.

vikdotdev avatar Feb 17 '23 16:02 vikdotdev

Hey, this is addressed in these PRs:

V1.0:

  • https://github.com/dry-rb/dry-cli/pull/127
  • https://github.com/dry-rb/dry-cli/pull/130

V0.7 (also affected):

  • https://github.com/dry-rb/dry-cli/pull/132

Xavier-IV avatar Sep 05 '23 20:09 Xavier-IV

Thank you both! I'll look to apply these today.

timriley avatar Sep 05 '23 21:09 timriley

Fixed by https://github.com/dry-rb/dry-cli/pull/127.

Will do a docs rebuild soon.

timriley avatar Jul 14 '24 05:07 timriley