NEOrg commands

NEOrg sub-commands

usage: neorg [-h] {init,serve} ...

NEOrg - Numerical Experiment Organizer

positional arguments:
  {init,serve}
    init        initialize neorg directory
    serve       start stand-alone webserver

optional arguments:
  -h, --help    show this help message and exit

init

usage: neorg init [-h] [dest]

positional arguments:
  dest        root directory to initialize (default: ".")

optional arguments:
  -h, --help  show this help message and exit

serve

usage: neorg serve [-h] [-p PORT] [-R ROOT] [-b] [--debug]

optional arguments:
  -h, --help            show this help message and exit
  -p PORT, --port PORT  port to listen (default: 8000)
  -R ROOT, --root ROOT  root directory (where `.neorg/` exists)
  -b, --browser         open web browser
  --debug               set DEBUG=True to run in debug mode