tanksuzuki / easel

A tool for write down your lean-canvas using markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

port options is not working in watch command

tanksuzuki opened this issue · comments

$ ./easel watch sample.md -p 3001
listening on localhost:3000

Option must be specified first argument.

$ ./easel watch -p 3001 sample.md
listening on localhost:3001

This is the flag package behavior.