-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// Package messages contains the various "outputs" that we use in both the CLI and test cases. | ||
package messages | ||
|
||
// Below are various "outputs" that we use in both the CLI and test cases, so we must | ||
// put them in a common place | ||
const InteractiveModeEnabled = "Interactive mode enabled, please answer the following questions:" | ||
const InitializingNewComponent = "Initializing new component" | ||
const SourceCodeDetected = "Files: Source code detected, a Devfile will be determined based upon source code autodetection" | ||
const NoSourceCodeDetected = "Files: No source code detected, a starter project will be created in the current directory" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters