v0.1.0 - initial release #1

Merged
peisongxiao merged 12 commits from v0.1.0 into master 2026-02-08 23:38:12 +00:00
Showing only changes of commit a56cd665b0 - Show all commits

View File

@@ -194,6 +194,7 @@ class WordPressCLI:
"post", "post",
"update", "update",
str(post_id), str(post_id),
"--post_status=publish",
f"--post_title={title}", f"--post_title={title}",
f"--post_content={content}", f"--post_content={content}",
f"--post_category={','.join(str(cat) for cat in categories)}", f"--post_category={','.join(str(cat) for cat in categories)}",