Fernanda Scovino

Results 23 comments of Fernanda Scovino

(tudo em py) - [x] br_bd_indicadores.twitter - [ ] br_bd_indicadores.github - [ ] br_bd_indicadores.okrs (para pensar depois) **Contexto** OKRs da BD: O1: Base dos Dados é reconhecida como uma fonte...

Hi! Same issue here, from project [basedosdados](http://github.com/basedosdados): project structure: ``` python-package: - basedosdados - cli - cli.py docs: - reference_api_cli.md ``` `reference_api_cli.md` ``` # Linha de comando (CLI) ::: mkdocs-click...

**SOLVED!** 🎉 Tricky one. I was passing the `group` name as the `command` value, so it didn't recognized it. After changing it to the `[name].command()` it worked. To illustrate: [cli.py](https://github.com/basedosdados/mais/blob/master/python-package/basedosdados/cli/cli.py)...