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.
2 parents aea6993 + d5e3f0c commit 43b86ddCopy full SHA for 43b86dd
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