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 d7f006a commit 3eeb9e2Copy full SHA for 3eeb9e2
.vscode/launch.json
@@ -11,7 +11,6 @@
11
"module": "nbwrite.cli",
12
"justMyCode": false,
13
"args": [
14
- "complete",
15
"tests/resources/nbwrite-in/example.yaml"
16
]
17
}
src/nbwrite/cli.py
@@ -25,7 +25,7 @@ def cli(
25
spec: Path,
26
out: Path,
27
):
28
- """Writes example notebooks which complete a given SPEC
+ """Writes example notebooks which implement a given SPEC
29
30
e.g. nbwrite "./spec.yaml"
31
"""
0 commit comments