Raku / App-Rakubrew

Raku environment manager
https://rakubrew.org/
Other
26 stars 13 forks source link

can we minimize banner from eval "$(...scripts/set-env.sh)" ? #66

Closed melezhik closed 1 year ago

melezhik commented 1 year ago

Right now when a user evals rakudo set-env.sh they are given a welcome banner, it makes a sense for human interaction, however in CI scripts it produces a lengthy message. Can we have some option to make this message less verbose?

Thanks

patrickbkr commented 1 year ago

The set-env.sh is actually a script of the precompiled Rakudo packages offered on rakudo.org (which Rakubrew uses). So this isn't a Rakubrew, but rather a Rakudo bug. Anyways, the README.md file hints at a --quiet option that should do pretty much what you want.

melezhik commented 1 year ago

Thanks!

melezhik commented 1 year ago

Looks like this option is supported in the latest Rakudo version only, it gets ignored (verbose output still produced) for the older versions … is that right ?

patrickbkr commented 1 year ago

That's correct.