Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import rootCheck from 'root-check';
import meow from 'meow';
import list from 'cli-list';
import {bootstrap} from 'global-agent';
import Tabtab from './completion/tabtab.cjs';
import pkg from './utils/project-package.js';
import Router from './router.js';
import * as routes from './routes/index.js';
Expand Down Expand Up @@ -71,14 +70,7 @@ async function pre() {
}

if (cmd === 'completion') {
// eslint-disable-next-line new-cap
const tabtab = new Tabtab.Commands.default({
name: 'yo',
completer: 'yo-complete',
cache: false,
});

return tabtab.install();
throw new Error('Tabtab completion is no longer supported. See https://github.com/yeoman/yo/issues/886');
}

// Easteregg
Expand Down
106 changes: 0 additions & 106 deletions lib/completion/completer.js

This file was deleted.

22 changes: 0 additions & 22 deletions lib/completion/index.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions lib/completion/tabtab.cjs

This file was deleted.

6 changes: 0 additions & 6 deletions lib/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ Run local generators:

$ yo ./path/to/some/generator

Completion:

To enable shell completion for the yo command, try running

$ yo completion

Troubleshooting:

For any issues, try running
Expand Down
Loading
Loading