fredrikekre / jlpkg

A command line interface (CLI) for Pkg, Julia's package manager.
MIT License
92 stars 4 forks source link

Piping works in zsh but not Julia shell #3

Closed asinghvi17 closed 5 years ago

asinghvi17 commented 5 years ago
shell> jlpkg st | wc -l
PkgError: `|` cannot be parsed as a package

but

$ jlpkg st | wc -l 
     138
fredrikekre commented 5 years ago

This is just how Julia shell works, not sure why you think this is a issue with this package?