onionjuggler
onionjuggler copied to clipboard
[FEATURE REQUEST] make onionjuggler-tui case statements simpler
Instead of comparing is variable is not empty -n
in a lot of if else
, call a function and return 1 from inside if the variable is empty, if not, continue the steps without needing tons of if statements.
This is code cleaning, an enhancement, not a bug.