We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131fabb commit aeadaa5Copy full SHA for aeadaa5
1 file changed
src/t.ts
@@ -476,9 +476,9 @@ export class RootCommand extends Command {
476
setup(name: string, executable: string, shell: string) {
477
assert(
478
shell === 'zsh' ||
479
- shell === 'bash' ||
480
- shell === 'fish' ||
481
- shell === 'powershell',
+ shell === 'bash' ||
+ shell === 'fish' ||
+ shell === 'powershell',
482
'Unsupported shell'
483
);
484
0 commit comments