Commit Graph

18 Commits

Author SHA1 Message Date
56a6df9259 bugfix: clear arguments slice of command after injecting variables 2024-10-31 18:03:31 +01:00
a69abda660 add build constraint for windows OS where necessary 2024-10-28 21:25:16 +01:00
b865c7c5af passing a command by reference to 'injectProxy' instead of return types 2024-10-01 20:19:02 +02:00
39a0a6d828 passing a command by reference to 'processVars' instead of return types 2024-10-01 20:13:47 +02:00
024535de6f modify base signature of 'generateCommands' to avoid overused variables 2024-10-01 20:09:54 +02:00
9eb5982bb7 rename 'isVariableType' to standardized boolean meaning of variable 2024-10-01 20:00:31 +02:00
06637360d6 rename 'applyProxy' to better describe applications of proxy server string 2024-10-01 19:59:34 +02:00
7fb9456492 rename 'readArgs' to better describe variable replacement 2024-10-01 19:58:41 +02:00
c6002b5579 implement conditional surround functionality 2024-09-23 18:45:27 +02:00
531285c8c3 return zero value for proxy server if not detected 2024-09-12 23:42:44 +02:00
b2dda4afbc do not apply proxy if discard option is set 2024-09-12 23:17:41 +02:00
7ddc733172 removed redundant datatype in function parameter 2024-09-12 23:02:23 +02:00
2628ce2cfd additional comments for new proxy registry functions 2024-09-08 21:46:35 +02:00
306511be13 detecting system proxy config protocols 2024-09-08 21:06:31 +02:00
4f44a2a11f cleaner return after nil error 2024-08-31 21:11:54 +02:00
9b4fb7af4d additional commenting for better readability 2024-08-31 19:13:01 +02:00
60c915b389 generic implementation of config to command conversion 2024-08-31 18:27:24 +02:00
6037f4b34f reading and setting system proxy 2024-08-31 18:26:24 +02:00