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
description: 'github personal access token to use for downloading private quickstart repos',
490
491
dependsOn: ['repo']
491
492
}),
493
+
'base-url': Flags.string({
494
+
description: 'When using with GitHub Enterprise Server, set to the root URL of the API. For example, if your GitHub Enterprise Server\'s hostname is `github.acme-inc.com`, then set `base-url` to `https://github.acme-inc.com/api/v3`',
495
+
dependsOn: ['repo']
496
+
}),
492
497
linter: Flags.string({
493
498
description: 'Specify the linter to use for the project',
0 commit comments