Skip to content

Commit e175d49

Browse files
committed
add HF CLI help example
1 parent b585c73 commit e175d49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/command/publish/cmd.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ export const publishCommand =
9191
"Publish document (prompt for provider)",
9292
"quarto publish document.qmd",
9393
)
94+
.example(
95+
"Publish project to Hugging Face Spaces",
96+
"quarto publish huggingface",
97+
)
9498
.example(
9599
"Publish project to Netlify",
96100
"quarto publish netlify",

0 commit comments

Comments
 (0)