Add string input
This commit is contained in:
parent
66d8b71bdf
commit
995593a3b7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ pub fn commit_message(repo: &Repository, config: &Value, action: StoreAction) ->
|
|||
if commit_with_editor(config) {
|
||||
unimplemented!()
|
||||
} else {
|
||||
unimplemented!()
|
||||
Ok(ask_string("Commit Message", None, false, false, None, "> "))
|
||||
}
|
||||
} else {
|
||||
Ok(String::from(commit_default_msg(config)))
|
||||
|
|
Loading…
Reference in a new issue