From 5ff35e3cba6f57a7dcba53b2012ff3776fbddb0a Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 19 Jun 2024 14:06:55 +0100 Subject: [PATCH] docs(ascii-art): improve readmes --- subjects/ascii-art/fs/README.md | 6 +++--- subjects/ascii-art/output/README.md | 13 ++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/subjects/ascii-art/fs/README.md b/subjects/ascii-art/fs/README.md index 5f640e98b..6d44871f8 100644 --- a/subjects/ascii-art/fs/README.md +++ b/subjects/ascii-art/fs/README.md @@ -24,7 +24,7 @@ Additionally, the program must still be able to run with a single `[STRING]` arg ### Usage ```console -$ go run . "hello" standard | cat -e +student$ go run . "hello" standard | cat -e _ _ _ $ | | | | | | $ | |__ ___ | | | | ___ $ @@ -33,7 +33,7 @@ $ go run . "hello" standard | cat -e |_| |_| \___| |_| |_| \___/ $ $ $ -$ go run . "Hello There!" shadow | cat -e +student$ go run . "Hello There!" shadow | cat -e $ _| _| _| _| _|_|_|_|_| _| _| $ _| _| _|_| _| _| _|_| _| _|_|_| _|_| _| _|_| _|_| _| $ @@ -42,7 +42,7 @@ _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _|_|_| _| _| _|_| _| _| _| _|_|_| _| _|_|_| _| $ $ $ -$ go run . "Hello There!" thinkertoy | cat -e +student$ go run . "Hello There!" thinkertoy | cat -e $ o o o o o-O-o o o $ | | | | | | | $ diff --git a/subjects/ascii-art/output/README.md b/subjects/ascii-art/output/README.md index 83cd47ada..072fc2f15 100644 --- a/subjects/ascii-art/output/README.md +++ b/subjects/ascii-art/output/README.md @@ -14,7 +14,7 @@ Usage: go run . [OPTION] [STRING] [BANNER] EX: go run . --output= something standard ``` -If there are other `ascii-art` optional projects implemented, the program should accept other correctly formatted `[OPTION]` and/or `[BANNER]`. +If there are other `ascii-art` optional projects implemented, the program should accept other correctly formatted `[OPTION]` and/or `[BANNER]`. Additionally, the program must still be able to run with a single `[STRING]` argument. ### Instructions @@ -26,8 +26,8 @@ Additionally, the program must still be able to run with a single `[STRING]` arg ### Usage ```console -$ go run . --output=banner.txt "hello" standard -$ cat -e banner.txt +student$ go run . --output=banner.txt "hello" standard +student$ cat -e banner.txt _ _ _ $ | | | | | | $ | |__ ___ | | | | ___ $ @@ -36,9 +36,8 @@ $ cat -e banner.txt |_| |_| \___| |_| |_| \___/ $ $ $ -$ -$ go run . --output=banner.txt 'Hello There!' shadow -$ cat -e banner.txt +student$ go run . --output=banner.txt 'Hello There!' shadow +student$ cat -e banner.txt $ _| _| _| _| _|_|_|_|_| _| _| $ _| _| _|_| _| _| _|_| _| _|_|_| _|_| _| _|_| _|_| _| $ @@ -47,7 +46,7 @@ _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _|_|_| _| _| _|_| _| _| _| _|_|_| _| _|_|_| _| $ $ $ -$ +student$ ``` ### Allowed packages