stacks-network / docs

Unleash Bitcoin's full potential with decentralized apps and smart contracts. The documentation covers key aspects of the Stacks network and technology and provides tutorials and other helpful content for developers.
https://docs.stacks.co
Creative Commons Zero v1.0 Universal
157 stars 235 forks source link

Removing equals from --config (pico-args upstream update) #1613

Closed wileyj closed 6 months ago

wileyj commented 6 months ago

2.4.0.1.0 had an upstream dependency update that requires a small change to running stacks-node with the --config arg: previously: stacks-node --config=/path/to/Config.toml was valid.

with the update, the above no longer works and must be: stacks-node --config /path/to/Config.toml

note the missing =