[Bug] error: unexpected argument '--beacon' found
🐛 Bug Report
https://developer.aleo.org/testnet/getting_started/deploy_execute
Steps to Reproduce
$ snarkos start --nodisplay --dev 0 --beacon "" error: unexpected argument '--beacon' found
Usage: snarkos start <--network <NETWORK>|--validator|--prover|--client|--private-key <PRIVATE_KEY>|--private-key-file <PRIVATE_KEY_FILE>|--node <NODE>|--bft <BFT>|--peers <PEERS>|--validators <VALIDATORS>|--rest <REST>|--norest|--nodisplay|--verbosity <VERBOSITY>|--logfile <LOGFILE>|--metrics|--cdn <CDN>|--nocdn|--dev <DEV>|--dev-num-validators <DEV_NUM_VALIDATORS>>
For more information, try '--help'.
Expected Behavior
Your Environment
- snarkOS Version: 2.2.7
- Rust Version: 1.75.0
- Release: https://github.com/AleoHQ/snarkOS/releases/download/v2.2.7/aleo-testnet1-v2.2.7-x86_64-unknown-linux-gnu.zip
Nodes can no longer be started with a --beacon argument; the docs should be updated to reflect this.
Yes, the official documentation has not been updated, please take care of it, thank you.