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

[Bug] Kit cli helper descriptions are undefined πŸ› #113

Closed
zzeleznick opened this issue Apr 3, 2021 · 1 comment
Closed

[Bug] Kit cli helper descriptions are undefined πŸ› #113

zzeleznick opened this issue Apr 3, 2021 · 1 comment

Comments

@zzeleznick
Copy link

Background

After updating ~/.kit to the latest 1.1.0-beta.86, I'm seeing $ kit -h showing undefined for the command descriptions.

kit cli message undefined

I think the rename of message to placeholder in 80ea123 missed a few cases –

kit/cli/kit.js

Line 81 in 80ea123

({ name, message, alias, description }) => {

kit/cli/kit.js

Line 87 in 80ea123

description: message,

kit/cli/kit.js

Line 95 in 80ea123

}: ${message}`,

Repro

$ kit -h

@johnlindquist
Copy link
Owner

Thanks for the catch!

I was really hesitant to rename "message" to "placeholder". "message" had been the name since the very first experiments. But "placeholder" just made too much sense with the App being the main entry point.

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

2 participants