mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 19:56:50 +00:00
Show information stored in InfoXML part
This commit is contained in:
parent
ca145f5e4b
commit
d4eeb1c345
@ -51,8 +51,10 @@ impl OnkostarEditor {
|
|||||||
|
|
||||||
pub fn list_forms(&self) {
|
pub fn list_forms(&self) {
|
||||||
println!(
|
println!(
|
||||||
"{}",
|
"Die Datei wurde am {} mit {} in Version {} erstellt.\n\nFolgende Inhalte sind gespeichert\n",
|
||||||
style("In der Datei sind folgende Inhalte gespeichert\n").bold()
|
style(&self.info_xml.datum_xml).yellow(),
|
||||||
|
style(&self.info_xml.name).yellow(),
|
||||||
|
style(&self.info_xml.version).yellow()
|
||||||
);
|
);
|
||||||
println!(
|
println!(
|
||||||
"{} {}",
|
"{} {}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user