mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Some more cleanup
This commit is contained in:
parent
41fda7f6ed
commit
38d3b46939
4 changed files with 5 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ export function getPipCommandForArgs(args) {
|
|||
return null;
|
||||
}
|
||||
|
||||
// The first non-flag argument is typically the command
|
||||
// The first non-flag argument is the command
|
||||
for (const arg of args) {
|
||||
if (!arg.startsWith("-")) {
|
||||
return arg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue