talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

change `rename_all` macro value to `snake_case` for user_id #80

Closed booklearner closed 2 years ago

booklearner commented 2 years ago

See https://github.com/talaia-labs/rust-teos/issues/62

cc @meryacine, let me know if I misunderstood the issue or if there are other fields I should work through in the CLI to fix as well!

rust-teos git:62*
λ ./target/debug/teos-cli get_user
error: The following required arguments were not provided:
    <user_id>

USAGE:
    teos-cli get_user <user_id>

For more information try --help
sr-gi commented 2 years ago

@booklearner needs rebasing.

booklearner commented 2 years ago

done!

booklearner commented 2 years ago

hmm build failed, but seems like an intermittent failure (https://github.com/talaia-labs/rust-teos/runs/7599816552?check_suite_focus=true)

just force-pushed again to try and get a clean rebuild