solana-foundation / developer-content

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

curl requests show progress which clutters the cli #219

Open nickfrosty opened 1 month ago

nickfrosty commented 1 month ago

Problem

All the RPC docs use curl to give examples of making RPC requests. curl by default will show the progress, loading, and bytes transferred which clutters the cli up.

Proposed Solution

Add the -s flag to all the RPC curl commands to all RPC curl examples to make the CLI response feel cleaner