semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

fix(aggregator): short args removed #137

Closed aasseman closed 1 year ago

aasseman commented 1 year ago

Error was:

thread 'main' panicked at 'Command tap_aggregator: Short option names must be unique for each argument, but '-m' is in use by both 'mnemonic' and 'max_request_body_size''

Short arguments had to be removed as they clashed (-m). Short arguments are not required, so removal is the easy fix.

github-actions[bot] commented 1 year ago

🤖 Cargo Audit Report 🤖

(Empty means OK! 👍)

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5526507047


Changes Missing Coverage Covered Lines Changed/Added Lines %
tap_aggregator/src/main.rs 0 4 0.0%
<!-- Total: 0 4 0.0% -->
Totals Coverage Status
Change from base Build 5511523496: 0.0%
Covered Lines: 978
Relevant Lines: 1149

💛 - Coveralls