Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

A documentação do argumento clean-previous-data não está correta | The documentation of the clean-previous-data argument is not correct #175

Open
ogecece opened this issue Mar 11, 2022 · 0 comments
Assignees
Labels
documentation The documentation needs improvement

Comments

@ogecece
Copy link
Member

ogecece commented Mar 11, 2022

Português

A documentação do argumento clean-previous-data do comando base atualmente não corresponde ao funcionamento do argumento (remover todos os objetos existentes).

parser.add_argument(
"clean-previous-data",
default=False,
nargs="?",
help=(
"Creates politicians for all affiliations "
"regardless if the politician exists or not."
),
)

English

The documentation of the base command's clean-previous-data argument currently isn't related to the argument's actual function (delete all existing objects).

parser.add_argument(
"clean-previous-data",
default=False,
nargs="?",
help=(
"Creates politicians for all affiliations "
"regardless if the politician exists or not."
),
)

@ogecece ogecece added the documentation The documentation needs improvement label Mar 11, 2022
@ogecece ogecece self-assigned this Mar 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation The documentation needs improvement
Projects
None yet
Development

No branches or pull requests

1 participant