stacks-network/stacks-core

Add `--version` arg to all buildable binaries

Open

#5,385 opened on Oct 25, 2024

View on GitHub
 (12 comments) (0 reactions) (2 assignees)Rust (758 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3,063 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide