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

Function installTabCompletionScript

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

* Register tabtab completion script * Will be written in bashrc or zshrc or fish configs

()

Source from the content-addressed store, hash-verified

74 * Will be written in bashrc or zshrc or fish configs
75 */
76async function installTabCompletionScript() {
77 try {
78 await tabtab.install({
79 name: 'lb4',
80 completer: 'lb4',
81 });
82 } catch (error) /* istanbul ignore next */ {
83 debug('tab completion install script');
84 throw error;
85 }
86}
87
88/**
89 * Remove tabtab completion script

Callers 1

runTabCompletionCommandFunction · 0.85

Calls 1

installMethod · 0.45

Tested by

no test coverage detected