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

Prompt label not displayed in CLI when using --teams option with php artisan jetstream:install #1535

Closed
HichemTab-tech opened this issue Sep 12, 2024 · 1 comment

Comments

@HichemTab-tech
Copy link

Jetstream Version

5.2.0

Jetstream Stack

Inertia

Laravel Version

11.22.0

PHP Version

8.3.11

Database Driver & Version

No response

Description

When executing php artisan jetstream:install insertia --teams, the prompt label from Laravel Prompts does not display in the CLI, although the prompt is functional and accepts input. Without the --teams option, the prompt label displays correctly.

Steps To Reproduce

Steps to Reproduce:

  1. Open terminal.
  2. Run php artisan jetstream:install insertia --teams.
  3. Observe that the prompt label is missing.
  4. Run php artisan jetstream:install insertia without the --teams option.
  5. Observe that the prompt label is displayed correctly.

Expected Behavior:
The prompt label should be visible regardless of the --teams option. it's weird i know :

Actual Behavior:
The prompt label is missing when using the --teams option.

Code Link:
Link to the relevant code or repository (e.g., GitHub Code Link)

Additional Information:
This issue seems isolated to the --teams option. No issues observed with other options.

@crynobone
Copy link
Member

Prompts will only be available when argument (in this example 'stack') is missing.

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