stacks-network/stacks-core

Add `--version` arg to all buildable binaries

Open

#5 385 ouverte le 25 oct. 2024

Voir sur GitHub
 (12 commentaires) (0 réactions) (2 assignés)Rust (758 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (3 063 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

currently, only stacks-node and stacks-signer respond to the --version arg:

$ target/release/stacks-node --version
INFO [1729868721.863293] [testnet/stacks-node/src/main.rs:285] [main] stacks-node 0.1.0 (:, release build, linux [x86_64])
target/release/stacks-node <SUBCOMMAND>
Run a stacks-node.

USAGE:
stacks-node <SUBCOMMAND>
...

All binaries should respond similarly to that arg.

Guide contributeur