change a punctuation

This commit is contained in:
Arya Irani 2024-07-05 15:10:28 -04:00
parent ddbfb35d4b
commit 8be432be1b
3 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ parseInput codebase currentPath numberedArgs patterns segments = runExceptT do
. first
( \msg ->
P.warnCallout $
P.wrap "Sorry, I wasnt sure how to process your request."
P.wrap "Sorry, I wasnt sure how to process your request:"
<> P.newline
<> P.newline
<> P.indentN 2 msg

View File

@ -10,7 +10,7 @@ scratch/main> add .
⚠️
Sorry, I wasnt sure how to process your request.
Sorry, I wasnt sure how to process your request:
1:2:
|
@ -66,7 +66,7 @@ scratch/main> update arg
⚠️
Sorry, I wasnt sure how to process your request.
Sorry, I wasnt sure how to process your request:
I expected no arguments, but received 1.

View File

@ -14,7 +14,7 @@ test/main> pull @aryairani/test-almost-empty/main a.b
⚠️
Sorry, I wasnt sure how to process your request.
Sorry, I wasnt sure how to process your request:
I think you want to merge @aryairani/test-almost-empty/main
into the a.b namespace, but the `pull` command only supports
@ -32,7 +32,7 @@ test/main> pull @aryairani/test-almost-empty/main .a
⚠️
Sorry, I wasnt sure how to process your request.
Sorry, I wasnt sure how to process your request:
I think you want to merge @aryairani/test-almost-empty/main
into the .a namespace, but the `pull` command only supports