fix
main
fix: drop `remote list` subcommand — bare `muse remote` implies list
`muse remote` now runs list by default (invoke_without_command callback), matching the git remote UX. The explicit `list` subcommand is removed. `-v` / `--verbose` moves to the callback so `muse remote -v` still works. Tests and docs updated accordingly.
29
files changed
315
files in snapshot
Files Changed
315 in snapshot
~7
−22
−
muse/cli/commands/btc_balance.py
.py
−
muse/cli/commands/btc_check.py
.py
−
muse/cli/commands/btc_compare.py
.py
−
muse/cli/commands/btc_consolidate.py
.py
−
muse/cli/commands/btc_dust.py
.py
−
muse/cli/commands/btc_fee.py
.py
−
muse/cli/commands/btc_halving.py
.py
−
muse/cli/commands/btc_hodl.py
.py
−
muse/cli/commands/btc_mempool.py
.py
−
muse/cli/commands/btc_moon.py
.py
−
muse/cli/commands/btc_oracle.py
.py
−
muse/cli/commands/btc_pnl.py
.py
−
muse/cli/commands/btc_privacy.py
.py
−
muse/cli/commands/btc_provenance.py
.py
−
muse/cli/commands/btc_select_coins.py
.py
−
muse/cli/commands/btc_stack.py
.py
−
muse/cli/commands/btc_strategy.py
.py
−
muse/cli/commands/btc_utxos.py
.py
−
muse/cli/commands/btc_whale.py
.py
−
muse/plugins/bitcoin/_analytics.py
.py
−
muse/plugins/bitcoin/_loader.py
.py
−
tests/test_bitcoin_analytics.py
.py
No comments yet. Be the first to start the discussion.