@@ -48,7 +48,7 @@ command :build do |c|
48
48
49
49
c . option '--config CONFIG_FILE[,CONFIG_FILE2,...]' , Array , 'Custom configuration file'
50
50
c . option '--future' , 'Publishes posts with a future date'
51
- c . option '--limit_posts MAX_POSTS' , 'Limits the number of posts to parse and publish'
51
+ c . option '--limit_posts MAX_POSTS' , Integer , 'Limits the number of posts to parse and publish'
52
52
c . option '-w' , '--watch' , 'Watch for changes and rebuild'
53
53
c . option '--lsi' , 'Use LSI for improved related posts'
54
54
c . option '--drafts' , 'Render posts in the _drafts folder'
@@ -66,7 +66,7 @@ command :serve do |c|
66
66
67
67
c . option '--config CONFIG_FILE[,CONFIG_FILE2,...]' , Array , 'Custom configuration file'
68
68
c . option '--future' , 'Publishes posts with a future date'
69
- c . option '--limit_posts MAX_POSTS' , 'Limits the number of posts to parse and publish'
69
+ c . option '--limit_posts MAX_POSTS' , Integer , 'Limits the number of posts to parse and publish'
70
70
c . option '-w' , '--watch' , 'Watch for changes and rebuild'
71
71
c . option '--lsi' , 'Use LSI for improved related posts'
72
72
c . option '--drafts' , 'Render posts in the _drafts folder'
0 commit comments