CS2103-AY1819S2-W16-1 / main

UniLA
https://cs2103-ay1819s2-w16-1.github.io/main/
0 stars 1 forks source link

More meet command goodies: setting duration of meeting #188

Closed yonggqiii closed 5 years ago

yonggqiii commented 5 years ago

Meet command can now set the duration of the meeting. This is done by the duration/ prefix. Prefix is in D H M S, which are any integers. As long as the right number of arguments are supplied, each argument is an integer, and the duration is nonnegative, the duration will be parsed correctly.