We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa4645 commit efceb17Copy full SHA for efceb17
app/util/cli-cmd.ts
@@ -8,5 +8,5 @@
8
9
export const cliCmd = {
10
serialConsole: ({ project, instance }: { project: string; instance: string }) =>
11
- `oxide instance serial console\n--project ${project}\n--instance ${instance}`,
+ `oxide instance serial console \\\n--project ${project} \\\n--instance ${instance}`,
12
}
0 commit comments