Skip to content

Is it possible to use format strings with the command line options? #2785

Answered by mikf
hikineet0 asked this question in Q&A
Discussion options

You must be logged in to vote

Not with --directory, that is always interpreted as a static value.

It could potentially be done with -o directory=…, except that's a massive pain since you'd have to backslash escape certain quotes.

A simpler way would be to use the keywords option to overwrite username with your own custom value:

-o keywords.username=CUSTOMNAME

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hikineet0
Comment options

Answer selected by hikineet0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants