MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / uninstallTabCompletionScript

Function uninstallTabCompletionScript

packages/cli/lib/tab-completion.js:92–101  ·  view source on GitHub ↗

* Remove tabtab completion script * Will be removed from bashrc or zshrc or fish configs

()

Source from the content-addressed store, hash-verified

90 * Will be removed from bashrc or zshrc or fish configs
91 */
92async function uninstallTabCompletionScript() {
93 try {
94 await tabtab.uninstall({
95 name: 'lb4',
96 });
97 } catch (error) /* istanbul ignore next */ {
98 debug('tab completion uninstall script');
99 throw error;
100 }
101}
102
103/**
104 * Run corresponding tab-completion command

Callers 1

runTabCompletionCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected