jarun/pdd

use of /now argument results in an error

charmparticle opened this issue · 4 comments

pdd -t /now 01:23:33 --sub

returns

error: invalid literal for int() with base 10: '/now'
jarun commented

pdd doesn't support it. Read the docs before raising defects.

this section of the docs is where I got the idea that flag would work:

--add add to date (/today) or time (/now)
--sub subtract from date (/today) or time (/now)

jarun commented

read / as or.

but now and today also don't work; I get the same error using those.