Skip to content

v0.111.0

Choose a tag to compare

@manatlan manatlan released this 18 May 16:08
· 251 commits to main since this release

Add real argument parser in command line, see :

$ python3 -m htag -h
usage: htag [-h] [--host HOST] [--port PORT] [--gui | --no-gui] [--dev | --no-dev] [file]

Entrypoint to help you <to create> or <to run> a htag'app. If a [file] is given: it will try to run it (using dev mode), else it will create an empty htag file. The options are just
here for the run mode.

positional arguments:
  file             if present, the htag'file will be runned (reload/debug mode)

options:
  -h, --help       show this help message and exit
  --host HOST      Host listener (default: 127.0.0.1)
  --port PORT      Port number (default: 8000)
  --gui, --no-gui  Automatically open interface in a browser (default!)
  --dev, --no-dev  Run in dev mode (reload+debug) (default!)