inukshuk/anystyle

Anystyle "doing nothing".

MrUnknown789556 opened this issue · 1 comments

Hi.

I use windows 11.

I just installed RubyGems. No problems. Running it in command mode. Gives the correct version on screen when asking.

After I then installed Anystyle.gem. No problem.

When running Anystyle in ruby, no warnings or errors given, but ANY output is going into “the dark”. It just return to command line.

What am I missing?

Screenshot_1

This looks fine, you're just loading the library here which isn't supposed to print any output.

You're probably looking for the CLI tool. For this you need to install the anystyle-cli Gem. Once it's installed and if Gems are added to your PATH automatically, you'll be able to run anystyle --help from the command line.