refactor: refactor by format
This commit is contained in:
parent
18427b46c6
commit
45abe0f0cf
|
|
@ -491,14 +491,7 @@ class IdeSetup extends BaseIdeSetup {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
async setupIFlowCliForPackage(
|
async setupIFlowCliForPackage(installDir, packageName, slashPrefix, agentIds, taskIds, rootPath) {
|
||||||
installDir,
|
|
||||||
packageName,
|
|
||||||
slashPrefix,
|
|
||||||
agentIds,
|
|
||||||
taskIds,
|
|
||||||
rootPath,
|
|
||||||
) {
|
|
||||||
const commandsBaseDir = path.join(installDir, '.iflow', 'commands', slashPrefix);
|
const commandsBaseDir = path.join(installDir, '.iflow', 'commands', slashPrefix);
|
||||||
const agentsDir = path.join(commandsBaseDir, 'agents');
|
const agentsDir = path.join(commandsBaseDir, 'agents');
|
||||||
const tasksDir = path.join(commandsBaseDir, 'tasks');
|
const tasksDir = path.join(commandsBaseDir, 'tasks');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue