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 285bb18 commit d5e3f0cCopy full SHA for d5e3f0c
quarto_cli/quarto.py
@@ -4,4 +4,4 @@
4
5
def run():
6
command = os.path.join(os.path.dirname(__file__), "bin", "quarto")
7
- sp.call([command] + sys.argv[1:])
+ return sp.call([command] + sys.argv[1:])
0 commit comments