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 -h only works out of the top directory #15

Closed adowling2 closed 4 years ago

adowling2 commented 4 years ago

Need to either find nbpages.cfg or warn it needs to be run for the main directory.

jckantor commented 4 years ago

Now -h and --help displays help message no matter where is run. Also checks to be sure it is running in the top level directory of a git repository.