From d3789a5af231b7238bced814ca1e76c9e73e071f Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" Date: Tue, 3 Nov 2015 16:34:40 +0000 Subject: [PATCH] Added a comment --- ..._530eee55ac4f4dfda0d44148249022ed._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment diff --git a/doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment b/doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment new file mode 100644 index 0000000000..be38556b05 --- /dev/null +++ b/doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" + subject="comment 2" + date="2015-11-03T16:34:39Z" + content=""" +Thank you Joey. I guess my ignorance was in the fact that shell removes those 's if the argument itself is not wrapped: + + + $> /tmp/1.py git annex add -c annex.largefiles='exclude=*.txt' README2.txt + arg: '/tmp/1.py' + arg: 'git' + arg: 'annex' + arg: 'add' + arg: '-c' + arg: 'annex.largefiles=exclude=*.txt' + arg: 'README2.txt' + +Consider it resolve for nowbeing ;) Cheers +"""]]