mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
fix: do not use custom args in simple mode
This commit is contained in:
parent
881fa56613
commit
eff8573ed5
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ impl Helper {
|
||||||
let ip;
|
let ip;
|
||||||
let port;
|
let port;
|
||||||
// custom args from user input
|
// custom args from user input
|
||||||
if !state.arguments.is_empty() {
|
if !state.arguments.is_empty() && !state.simple {
|
||||||
args.push(state.arguments.clone());
|
args.push(state.arguments.clone());
|
||||||
return args;
|
return args;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue