Added a comment
authorhttps://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>
Tue, 3 Nov 2015 16:34:40 +0000 (16:34 +0000)
committeradmin <admin@branchable.com>
Tue, 3 Nov 2015 16:34:40 +0000 (16:34 +0000)
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 with mode: 0644]

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 (file)
index 0000000..be38556
--- /dev/null
@@ -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
+"""]]