Jordan Knott
Jordan Knott
With one of the recent updates to the react dependencies, the custom emoji remark plugin causes nothing to render. Need to replace whole markdown rendering solution on taskcafe to something...
The `-m`, `-w`, `-d` in the `report` command has a `NoOptDefaultVal` value (provided by the Cobra & the pflags library). Because of an issue within pflags itself, the following works...
Currently Chrono expects date and time to be a very specific format "mm/dd/yyyy HH:MM" It would be nice to allow for different formats
Currently Chrono shows dates in the form of "mm/dd/yyyy" Allow users to specify the form (for example "dd/mm/yyyy").
For example, reasons why the force flag works in the command below ``` bash chrono delete -f -- -1 ``` But doesn't in this one ``` bash chrono delete --...