summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2015-11-03 16:34:40 +0000
committerGravatar admin <admin@branchable.com>2015-11-03 16:34:40 +0000
commitadde4e8f6e773410704fe119df5b67c9371f24a4 (patch)
treefd3940e6328293c042a52640b8ca9f5d1e565b95 /doc
parentc3a372f8f500f6b88d467af42df6332836d8dd31 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment19
1 files changed, 19 insertions, 0 deletions
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 000000000..be38556b0
--- /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
+"""]]