From d9ae6ab0b410a0f57b9646931c5d175a53bb271f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Jul 2020 11:12:38 -0400 Subject: [PATCH] comment --- ...ment_1_6dd92d0737b72b927fc6b82636084c54._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/How_to_register_arguments_for_an_external_special_remote__63__/comment_1_6dd92d0737b72b927fc6b82636084c54._comment diff --git a/doc/forum/How_to_register_arguments_for_an_external_special_remote__63__/comment_1_6dd92d0737b72b927fc6b82636084c54._comment b/doc/forum/How_to_register_arguments_for_an_external_special_remote__63__/comment_1_6dd92d0737b72b927fc6b82636084c54._comment new file mode 100644 index 0000000000..6004dd0abe --- /dev/null +++ b/doc/forum/How_to_register_arguments_for_an_external_special_remote__63__/comment_1_6dd92d0737b72b927fc6b82636084c54._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2020-07-22T15:07:06Z" + content=""" +This should only happen if your program is responding to LISTCONFIGS +with a list that does not include that parameter. + +If it responds with UNSUPPORTED-REQUEST, all configs will be allowed. + +I'm not familiar with the python library, but I guess it is doing that, and +probably has a way to specify what configs to list. +"""]]