The initial CLI interface says that arguments like "60s" or "1d" are accepted, but Duration.parse is used to interpret the argument. I'm using "PT60S" for now, but we should decide if ISO8601 will be used or if a custom parser is better. (I don't have a strong preference.)
The initial CLI interface says that arguments like "60s" or "1d" are accepted, but Duration.parse is used to interpret the argument. I'm using "PT60S" for now, but we should decide if ISO8601 will be used or if a custom parser is better. (I don't have a strong preference.)