Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/
Class
lib/cli/lookup-command.js:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
// if we didn't find anything, return an "UnknownCommand"
69
return
class
extends UnknownCommand {
70
constructor(options) {
71
super(options);
72
this.name = commandName;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected