Join Slack
Communities
Powered by
What is nice about it from a command line processi...
# general
a
ancient-stone-50795
02/27/2016, 4:15 PM
What is nice about it from a command line processing view is that is easy to specify multiple items in the list
--append-opt=foo --append-opt=bar
as opposed to the array way of
'--opt=["foo","bar"]'
with all its shell quoting and whitespace sensitivity.
Open in Slack
Previous
Next