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 3600ae8 commit b305ffbCopy full SHA for b305ffb
requirements.txt
@@ -2,4 +2,5 @@ typer
2
requests
3
gql[all]
4
bs4
5
-setuptools
+setuptools
6
+markdownify
src/commands/show.py
@@ -46,7 +46,8 @@ def show(
46
if compact:
47
problem_details.display()
48
else:
49
- problem_details.display_full()
+ problem_details.display()
50
+ # problem_details.display_full()
51
52
except Exception as e:
53
typer.echo(typer.style(f"❌ Error: {str(e)}", fg=typer.colors.RED))
0 commit comments