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
@@ -337,6 +343,8 @@ function setUpOptions(y: Argv) {
337
343
'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.'},
338
344
'dotfiles-target-path': {type: 'string',default: '~/dotfiles',description: 'The path to clone the dotfiles repository to. Defaults to `~/dotfiles`.'},
339
345
'container-session-data-folder': {type: 'string',description: 'Folder to cache CLI data, for example userEnvProbe results'},
346
+
'include-configuration': {type: 'boolean',default: false,description: 'Include configuration in result.'},
347
+
'include-merged-configuration': {type: 'boolean',default: false,description: 'Include merged configuration in result.'},
0 commit comments