mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +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 port;
|
||||
// custom args from user input
|
||||
if !state.arguments.is_empty() {
|
||||
if !state.arguments.is_empty() && !state.simple {
|
||||
args.push(state.arguments.clone());
|
||||
return args;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue