Set description from the command line.
Dependencies
- [2]
TFPETWTVAdd config options for patch message templates - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
A3RM526YIntegrating identity malleability - [*]
4H2XTVJ2Fix some mistakes in the docs
Change contents
- edit in pijul/src/commands/record.rs at line 27[3.102270][6.651]
/// Set the description field.#[clap(long = "description")]pub description: Option<String>, - replacement in pijul/src/commands/record.rs at line 243
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()) {