✏ Fix broken plac link (#275)
Signed-off-by: Michael Gielda <mgielda@antmicro.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
fac64ca03e
commit
ddeebf1283
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ It inspired a lot of the ideas in **FastAPI** and **Typer**.
|
|||
!!! check "Inspired **Typer** to"
|
||||
Use function parameters to declare *CLI arguments* and *CLI options* as it simplifies a lot the development experience.
|
||||
|
||||
### <a href="https://micheles.github.io/plac/" class="external-link" target="_blank">Plac</a>
|
||||
### <a href="https://plac.readthedocs.io/en/latest/" class="external-link" target="_blank">Plac</a>
|
||||
|
||||
Plac is another library to create CLIs using parameters in functions, similar to Hug.
|
||||
|
||||
|
|
Loading…
Reference in a new issue