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 d665e37 commit 99ad098Copy full SHA for 99ad098
1 file changed
src/pybritive/commands/clear.py
@@ -1,11 +1,10 @@
1
import click
2
from ..helpers.build_britive import build_britive
3
-from ..options.britive_options import britive_options
4
5
6
@click.group()
7
def clear():
8
- """Manage local cache settings."""
+ """Clear various local settings and configurations."""
9
pass
10
11
0 commit comments