mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-10 06:52:36 +00:00
Merge pull request #1605 from balena-io/powershell-debug
Add debug instructions for powershell
This commit is contained in:
commit
76997c99dc
@ -10,8 +10,8 @@ create a new one at: https://github.com/balena-io/balena-cli/issues/\
|
|||||||
|
|
||||||
const debugHint = `\
|
const debugHint = `\
|
||||||
Additional information may be available by setting a DEBUG=1 environment
|
Additional information may be available by setting a DEBUG=1 environment
|
||||||
variable: "set DEBUG=1" on a Windows command prompt, or "export DEBUG=1"
|
variable: "set DEBUG=1" on a Windows command prompt, "$env:DEBUG = 1" on
|
||||||
on Linux or macOS.\n
|
powershell, or "export DEBUG=1" on Linux or macOS.\n
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const getHelp = `${DEBUG_MODE ? '' : debugHint}\
|
export const getHelp = `${DEBUG_MODE ? '' : debugHint}\
|
||||||
|
Loading…
Reference in New Issue
Block a user