changed expected output for tests to reflect new behavior

This commit is contained in:
Nathan Freestone 2022-12-11 16:19:29 -07:00
parent 83f4cdfaeb
commit 04c9454c20
No known key found for this signature in database
GPG key ID: CF9A4C2F15E3F0A1
2 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ Hello,\n\nWorld!
c =
"""
Hello,
World!
"""

View file

@ -574,7 +574,7 @@ formatHelpHelp = \n, cmdHelp ->
"\n\n"
"""
\(indented)COMMANDS:
\(fmtCmdHelp)
"""
@ -606,7 +606,7 @@ formatHelpHelp = \n, cmdHelp ->
|> Str.joinWith "\n"
"""
\(indented)OPTIONS:
\(helpStr)
"""
@ -621,7 +621,7 @@ formatHelpHelp = \n, cmdHelp ->
|> Str.joinWith "\n"
"""
\(indented)ARGS:
\(helpStr)
"""
@ -909,7 +909,7 @@ expect
==
"""
test
OPTIONS:
--foo the foo option (string)
--bar, -B (string)
@ -936,13 +936,13 @@ expect
==
"""
test
COMMANDS:
login
OPTIONS:
--user (string)
--pw (string)
publish
OPTIONS:
--file (string)
@ -960,7 +960,7 @@ expect
"""
test
a test cli app
COMMANDS:
login
"""