agonzalezro / polo

Static site generator written in Go and "compatible" with Jekyll & Pelican content
MIT License
47 stars 9 forks source link

Remove some options #31

Closed agonzalezro closed 10 years ago

agonzalezro commented 10 years ago

The input path and output path should be mandatory. That way you will call the command (for example) as this:

polo input/ . -daemon

Instead this:

polo -input=input/ -output=. -daemon

Or (using the default values):

polo -input=input/ -daemon