Skip to content

Options from extracted gems are not output via CLI #569

@ashmaroli

Description

@ashmaroli

After having installed kramdown-2.0.0, running kramdown --help doesn't surface options from the extracted gems.

kramdown --help

I also used a Gemfile and tried again with bundle exec. Still no success!

# Gemfile

gem 'kramdown', '~> 2.0'
gem 'kramdown-parser-gfm'
$ bundle exec kramdown --help

What should a user do to surface options from kramdown-parser-gem gem in the --help output?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions