Variable program arguments

Answered

Can we define placeholders for program arguments and edit them in a single place in IDE?
I have multiple programs, all of them require an auth token passed as CLI argument and i have to edit them all every day. I'd rather wanted to set it like <AUTH_TOKEN> and edit this variable once that'll affect all other programs' arguments at once

0
1 comment

Hello!

You can use environment variables in the "Program arguments" field:

0

Please sign in to leave a comment.