solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
143 stars 270 forks source link

feat: make all rpc curl requests silent #644

Closed nickfrosty closed 1 week ago

nickfrosty commented 1 week ago

Summary of Changes

add the -s (silent) flag to all the curl requests for the rpc docs shell commands to make them silent. this makes the output neater by not showing the downloaded progress bar

Fixes #219