Now the user can set the description from the command line without opening an editor.
This can make the integration with editors easier in my opinion.
NRP4XDSDOURJ34RCHKF3YBWWX6KYRVVTU2ZTPI64DXWLXGCFRD5QC
let description = if let Some(descr_file) = templates.and_then(|t| t.description.as_ref()) {
let description = if let Some(description) = &self.description {
Some(description.clone())
} else if let Some(descr_file) = templates.and_then(|t| t.description.as_ref()) {