use PathBuf;
/// Metadata that is valid for the whole [`PipelineData`](crate::PipelineData)
/// Describes where the particular [`PipelineMetadata`] originates.
///
/// This can either be a particular family of commands (useful so downstream commands can adjust
/// the presentation e.g. `Ls`) or the opened file to protect against overwrite-attempts properly.