Skip to content
Snippets Groups Projects
Unverified Commit 420cb178 authored by Jon Crall's avatar Jon Crall
Browse files

Update docs

parent 4d5939ab
No related branches found
No related tags found
1 merge request!34Dev/0.8.0
Pipeline #411069 passed
scriptconfig
============
.. toctree::
:maxdepth: 4
auto/scriptconfig
......@@ -51,6 +51,8 @@ class BooleanFlagOrKeyValAction(_Base):
This helps allow for a flexible specification of boolean values:
.. code::
--flag > {'flag': True}
--flag=1 > {'flag': True}
--flag True > {'flag': True}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment