Skip to content

Commit

Permalink
Updated allowed status for random post (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike182uk authored Nov 20, 2023
1 parent 31dc621 commit fcf8847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/random-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit fcf8847

Please sign in to comment.