Skip to content
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

Add --end flag for add command #307

Closed
wants to merge 1 commit into from

Commits on Aug 1, 2017

  1. Add --end flag for add command

    Instead of specifying an event duration during creation, it can be
    useful to give an event end time. This commit adds a --end flag that can
    be used as an alternative to the --duration flag.
    
    The --end flag takes a date string similar to the --when flag.
    
    Given both a --end flag and a --duration flag, the duration value
    will take precedence. Given neither flag, duration will be asked for
    in interactive mode.
    michaelPotter committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    e36938e View commit details
    Browse the repository at this point in the history