Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing double-negative question in "tl configure" #112

Open
nicksantamaria opened this issue Feb 18, 2019 · 2 comments
Open

Confusing double-negative question in "tl configure" #112

nicksantamaria opened this issue Feb 18, 2019 · 2 comments

Comments

@nicksantamaria
Copy link
Contributor

Maybe its just me, but the question *Is this project non-billable" was confusing. I went through the setup and set every project as non-billable because I automatically associated N with non-billable.

$question = new ConfirmationQuestion(sprintf('Is the %s project non billable?[%s/%s]', $project, $default ? 'Y' : 'y', $default ? 'n' : 'N'), $default);

$question = new ConfirmationQuestion(sprintf('Is the %s project non billable?[%s/%s]', $project, $default ? 'Y' : 'y', $default ? 'n' : 'N'), $default);

@larowlan
Copy link
Owner

larowlan commented Feb 18, 2019 via email

@fenstrat
Copy link

fenstrat commented Mar 2, 2021

Also hit this double negative, so I don't think it's just you santa :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants