Welcome Guest, Not a member yet? Register   Sign In
spark --help option to show help
#1

Now we need type to show help:
Code:
php spark help env

But it would be nice:
Code:
php spark env --help

After seeing the help, we can just remove `--help` at the end and run the command.
But now we need to remove `help` in the middle of the command.
Reply
#2

This would be nice. `--help` is more intuitive for me.
Reply
#3

(05-17-2022, 06:34 PM)kenjis Wrote:
Code:
php spark help env
I agree, it was weird for me too.
When the other options come after the command, why not follow the same pattern for this!
This is misleading.
Reply
#4

Most cmd cli code uses the ? for help but that does look better to use.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

See https://codeigniter4.github.io/userguide...l#commands
Reply
#6

@kenjis, Thank you.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB