You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
If I put this in the
Cli
struct:then
args.timeout
's value is0
by default, and1
if I pass a--timeout 5
argument.If I replace
u64
withu32
it works as expected.The text was updated successfully, but these errors were encountered: