Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 19, 2023
1 parent a2cf7cc commit 5d705f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ LaunchpadRootCommandTest >> expectedListHelpOutput [
{ #category : #private }
LaunchpadRootCommandTest >> expectedStartHelpOutput [

^ 'NAME<n> launchpad-start - Start the selected application<n>SYNOPSYS<n> launchpad start [--help|-h] [--debug-mode] [--settings-file=%<filename>] [--enable-tcp-command-server=%<listeningPort>] [--enable-structured-logging] %<app> [%<parameters>]<n>DESCRIPTION<n> Start the application selected via %<app>.<n><n><t><t>Application configuration is made by the command-line via %<parameters>, using environment variables or settings files.<n><n><t><t>Execute launchpad explain %<app> to get a list of valid configuration parameters.<n>OPTIONS<n> -h, --help<n> Print this help message and exit.<n> --debug-mode<n> Enable the debugging mode. The image will not quit on unexpected errors. This configuration can be used in the application to improve the debugging experience.<n> --settings-file=%<filename><n> Provide application configuration via a settings file. This option can occur several times to configure more than one settings file. Supported file settings formats are INI and JSON.<n> --enable-tcp-command-server=%<listeningPort><n> Enable a TCP command server. This can be used to send commands controlling the application using a TCP port.<n> --enable-structured-logging<n> Enable structured logging. When enabled the log will be emitted in JSON format.<n>'
^ 'NAME<n> launchpad-start - Start the selected application<n>SYNOPSYS<n> launchpad start [--help|-h] [--debug-mode] [--settings-file=%<filename>] [--enable-structured-logging] [--enable-tcp-command-server=%<listeningPort>] %<app> [%<parameters>]<n>DESCRIPTION<n> Start the application selected via %<app>.<n><n><t><t>Application configuration is made by the command-line via %<parameters>, using environment variables or settings files.<n><n><t><t>Execute launchpad explain %<app> to get a list of valid configuration parameters.<n>OPTIONS<n> -h, --help<n> Print this help message and exit.<n> --debug-mode<n> Enable the debugging mode. The image will not quit on unexpected errors. This configuration can be used in the application to improve the debugging experience.<n> --settings-file=%<filename><n> Provide application configuration via a settings file. This option can occur several times to configure more than one settings file. Supported file settings formats are INI and JSON.<n> --enable-structured-logging<n> Enable structured logging. When enabled the log will be emitted in JSON format.<n> --enable-tcp-command-server=%<listeningPort><n> Enable a TCP command server. This can be used to send commands controlling the application using a TCP port.<n>'
expandMacros
]

Expand Down

0 comments on commit 5d705f8

Please sign in to comment.