You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/spec-node/devContainersSpecCLI.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ function provisionOptions(y: Argv) {
120
120
'dotfiles-repository': {type: 'string',description: 'URL of a dotfiles Git repository (e.g., https://github.com/owner/repository.git)'},
121
121
'dotfiles-install-command': {type: 'string',description: 'The command to run after cloning the dotfiles repository. Defaults to run the first file of `install.sh`, `install`, `bootstrap.sh`, `bootstrap`, `setup.sh` and `setup` found in the dotfiles repository`s root folder.'},
122
122
'dotfiles-target-path': {type: 'string',default: '~/dotfiles',description: 'The path to clone the dotfiles repository to. Defaults to `~/dotfiles`.'},
123
-
'container-session-data-folder': {type: 'string',description: 'Folder to cache CLI data, for example userEnvProb results'},
123
+
'container-session-data-folder': {type: 'string',description: 'Folder to cache CLI data, for example userEnvProbe results'},
@@ -305,7 +305,7 @@ function setUpOptions(y: Argv) {
305
305
'dotfiles-repository': {type: 'string',description: 'URL of a dotfiles Git repository (e.g., https://github.com/owner/repository.git)'},
306
306
'dotfiles-install-command': {type: 'string',description: 'The command to run after cloning the dotfiles repository. Defaults to run the first file of `install.sh`, `install`, `bootstrap.sh`, `bootstrap`, `setup.sh` and `setup` found in the dotfiles repository`s root folder.'},
307
307
'dotfiles-target-path': {type: 'string',default: '~/dotfiles',description: 'The path to clone the dotfiles repository to. Defaults to `~/dotfiles`.'},
308
-
'container-session-data-folder': {type: 'string',description: 'Folder to cache CLI data, for example userEnvProb results'},
308
+
'container-session-data-folder': {type: 'string',description: 'Folder to cache CLI data, for example userEnvProbe results'},
@@ -692,7 +692,7 @@ function runUserCommandsOptions(y: Argv) {
692
692
'dotfiles-repository': {type: 'string',description: 'URL of a dotfiles Git repository (e.g., https://github.com/owner/repository.git)'},
693
693
'dotfiles-install-command': {type: 'string',description: 'The command to run after cloning the dotfiles repository. Defaults to run the first file of `install.sh`, `install`, `bootstrap.sh`, `bootstrap`, `setup.sh` and `setup` found in the dotfiles repository`s root folder.'},
694
694
'dotfiles-target-path': {type: 'string',default: '~/dotfiles',description: 'The path to clone the dotfiles repository to. Defaults to `~/dotfiles`.'},
695
-
'container-session-data-folder': {type: 'string',description: 'Folder to cache CLI data, for example userEnvProb results'},
695
+
'container-session-data-folder': {type: 'string',description: 'Folder to cache CLI data, for example userEnvProbe results'},
0 commit comments