mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Some fixes
This commit is contained in:
parent
6b2db6dace
commit
9914c0ccb3
5 changed files with 11 additions and 19 deletions
|
|
@ -7,10 +7,6 @@ import {
|
|||
pipWheelCommand,
|
||||
} from "./utils/pipCommands.js";
|
||||
|
||||
/**
|
||||
* Creates a package manager
|
||||
* @param {string} [command="pip"] - The pip command to use (e.g., "pip", "pip3") defaults to "pip"
|
||||
*/
|
||||
export function createPipPackageManager(command = "pip") {
|
||||
function isSupportedCommand(args) {
|
||||
const scanner = findDependencyScannerForCommand(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue