paul-bennett / juggle

A declarative search tool for Java APIs
Apache License 2.0
5 stars 0 forks source link

Read from stdin #93

Open paul-bennett opened 1 year ago

paul-bennett commented 1 year ago

Various characters in declaration syntax such as ?, () and [] typically require escaping on the command-line, which quickly becomes tedious.

Consider reading declarations from standard input when no filters are specified on the command line.

This has the added benefit of moving us on from the current situation where running Juggle with no command-line arguments presents a huge output, listing all methods in the JDK.

Thoughts: