stacks-network/stacks-core

Add `--version` arg to all buildable binaries

Open

#5.385 aberto em 25 de out. de 2024

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

Métricas do repositório

Stars
 (3.063 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador