We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6df16 commit eff9274Copy full SHA for eff9274
cmd2/utils.py
@@ -91,7 +91,7 @@ def strip_quotes(arg: str) -> str:
91
92
def to_bool(val: Any) -> bool:
93
"""Converts anything to a boolean based on its value.
94
-
+
95
Strings like "True", "true", "False", and "false" return True, True, False, and False
96
respectively. All other values are converted using bool()
97
0 commit comments