mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
4907fccf48
Change-type: major
22 lines
602 B
TypeScript
22 lines
602 B
TypeScript
export const reachingOut = `\
|
|
If you need help, or just want to say hi, don't hesitate in reaching out at:
|
|
|
|
GitHub: https://github.com/balena-io/balena-cli/issues/new
|
|
Forums: https://forums.balena.io\
|
|
`;
|
|
|
|
export const getHelp = `\
|
|
If you need help, don't hesitate in contacting us at:
|
|
|
|
GitHub: https://github.com/balena-io/balena-cli/issues/new
|
|
Forums: https://forums.balena.io\
|
|
`;
|
|
|
|
export const balenaAsciiArt = `\
|
|
_ _
|
|
| |__ __ _ | | ____ _ __ __ _
|
|
| '_ \\ / _\` || | / __ \\| '_ \\ / _\` |
|
|
| |_) | (_) || || ___/| | | || (_) |
|
|
|_.__/ \\__,_||_| \\____/|_| |_| \\__,_|
|
|
`;
|