get_create_message

Function get_create_message 

Source
pub fn get_create_message(
    message: Message,
    repo: &Repository,
    base: &Oid,
    head: &Oid,
) -> Result<(Title, String), Error>
Expand description

Get the Patch title and description from the command line arguments, or request it from the user.

The user can bail out if an empty title is entered.