mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-20 04:06:50 +00:00
Add information about user library flag
This commit is contained in:
parent
a605018176
commit
7d6a6ee9b3
@ -107,7 +107,7 @@ impl OnkostarEditor {
|
|||||||
fn print_items(title: &str, list: &[impl Listable]) {
|
fn print_items(title: &str, list: &[impl Listable]) {
|
||||||
print!("\n{} {}", list.len(), style(title).underlined());
|
print!("\n{} {}", list.len(), style(title).underlined());
|
||||||
println!(
|
println!(
|
||||||
" - Inhalte der Systembibliothek sind mit ({}) markiert",
|
" - Inhalte der Systembibliothek sind mit ({}), der Benutzerbibliothek mit (u) markiert",
|
||||||
style("S").yellow()
|
style("S").yellow()
|
||||||
);
|
);
|
||||||
list.iter()
|
list.iter()
|
||||||
@ -131,7 +131,7 @@ impl OnkostarEditor {
|
|||||||
fn print_items_tree(&self, title: &str, list: &[impl Requires]) {
|
fn print_items_tree(&self, title: &str, list: &[impl Requires]) {
|
||||||
print!("\n{} {}", list.len(), style(title).underlined());
|
print!("\n{} {}", list.len(), style(title).underlined());
|
||||||
println!(
|
println!(
|
||||||
" - Inhalte der Systembibliothek sind mit ({}) markiert",
|
" - Inhalte der Systembibliothek sind mit ({}), der Benutzerbibliothek mit (u) markiert",
|
||||||
style("S").yellow()
|
style("S").yellow()
|
||||||
);
|
);
|
||||||
list.iter()
|
list.iter()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user