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 9a99acc commit 36fe3f7Copy full SHA for 36fe3f7
rich/progress.py
@@ -1493,7 +1493,7 @@ def reset(
1493
start (bool, optional): Start the task after reset. Defaults to True.
1494
total (float, optional): New total steps in task, or None to use current total. Defaults to None.
1495
completed (int, optional): Number of steps completed. Defaults to 0.
1496
- visible (bool, optional): Enable display of the task. Defaults to True.
+ visible (bool, optional): Set visible flag if not None.
1497
description (str, optional): Change task description if not None. Defaults to None.
1498
**fields (str): Additional data fields required for rendering.
1499
"""
0 commit comments