From fcf8847a7f765a0da87ac3628a95c0f7c798892b Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Mon, 20 Nov 2023 17:00:47 +0000 Subject: [PATCH] Updated allowed `status` for random post (#392) --- commands/random-post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random-post.js b/commands/random-post.js index eb64640e..9c42e7cf 100644 --- a/commands/random-post.js +++ b/commands/random-post.js @@ -71,7 +71,7 @@ const setup = (sywac) => { }); sywac.enumeration('--status', { defaultValue: 'published', - choices: ['public', 'draft', 'scheduled'], + choices: ['published', 'draft', 'scheduled', 'sent'], desc: 'Post status' }); sywac.enumeration('--visibility', {