jckantor / nbpages

Command line tool to maintain a repository of Jupyter notebooks.
https://jckantor.github.io/nbpages/
MIT License
1 stars 4 forks source link

"nbpages --publish" returns "nbpages.exe: error: unrecognized arguments: --publish" #63

Open edwardoughton opened 2 years ago

edwardoughton commented 2 years ago

When I run nbpages --publish as part of Step 4 in the quick start, I unfortunately get the following error:

usage: nbpages.exe [-h] [--setup] [--lint] [--metadata]
nbpages.exe: error: unrecognized arguments: --publish

I am also confused that "--publish" isn't in the potential arguments list when I look at the help menu to try solve this.

Any suggestions why this could be please?