Vigyata.AI
Is this your channel?
GithubGithub02

27 CLI Prompts

This PR introduces the CLI prompts behavior for missing command input. I like it because instead of failing with a missing argument error, your Artisan command can just ask for the value and keep going.

Buy on Github

You'll be taken to Github to complete your purchase.

Pros

  • +Improves UX for Artisan commands with required arguments
  • +Simple opt-in by implementing an interface

Cons

  • -Not ideal for fully non-interactive environments unless you ensure inputs are always provided

Featured in this video