-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipfs name publish --lifetime
option documentation inconsistent
#2312
Comments
Go's The parser is surprisingly flexible: I can make records valid for 10h43s15µs!
In the future we might want to move to our own parser though, since there's no support for days, months, years, and any other larger units that'd be commonly desirable for TTLs. |
What do you we say just include that paragraph about ParseDuration in the docs, here, for now? Thanks for figuring this out, I was a bit lost. |
🐴SGTM Maybe
|
This closes #2312 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Note that
24hrs
is given as a default. However, this is not valid when passed in:How can I use the lifetime option?
The text was updated successfully, but these errors were encountered: