stacks-network/stacks-core

Add `--version` arg to all buildable binaries

Open

#5,385 创建于 2024年10月25日

在 GitHub 查看
 (12 评论) (0 反应) (2 负责人)Rust (758 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (3,063 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南