No description
Find a file
2025-12-29 21:50:44 +01:00
locale fix: update doc 2025-12-29 12:21:13 +01:00
src/rougail/user_data_questionary fix: 2025-12-29 21:50:44 +01:00
CHANGELOG.md bump: version 0.1.0a1 → 0.1.0a2 2025-12-22 09:17:21 +01:00
LICENSE Initial commit 2024-08-05 18:11:02 +02:00
pyproject.toml bump: version 0.1.0a1 → 0.1.0a2 2025-12-22 09:17:21 +01:00
README.fr.md fix: update doc 2025-12-29 12:21:13 +01:00
README.md fix: update doc 2025-12-29 12:21:13 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Define user data interactively in the console

Note

The user will enter variable values in a command-line interface. The variables will be displayed one after another, allowing the user to change or add values.
Path: questionary
disabled
Disabled: if questionary is not set in "Select for user datas"

Variable Description Default value Type
questionary.mandatory
Command line:
• -qm, --questionary.mandatory
• -nqm, --questionary.no-mandatory
Environment variable: QUESTIONARY.MANDATORY
Ask values only for mandatories variables without any value. false boolean mandatory
questionary.show_secrets
Command line:
• -qs, --questionary.show_secrets
• -nqs, --questionary.no-show_secrets
Environment variable: QUESTIONARY.SHOW_SECRETS
Show secrets instead of obscuring them. false boolean mandatory