gizmore / phpgdo

Reference GDOv7 core implementation in PHP.
Other
2 stars 1 forks source link

[potentially-cross-platform] [verbosity] Print argument-focused usage messages instead of generic-all help usage. #5

Open chl0e3e opened 1 year ago

chl0e3e commented 1 year ago

Code

Without a detailed introspection of each command's function, the user will have to read the whole of them.

gizmore commented 1 year ago

Wow :) I got my first issue \o/ Thank you very very much for taking your time. I just released a ton of fixes for the unit tests.

please try:

./gdo_update.sh
./gdo_adm.sh provide kassierercard
./gdo_test.sh

For this particular ticket, i will need some time :)

Thx!

gizmore commented 1 year ago

I am new to issues.

The plan is to have a method-title + method-description

The CLI/Chat help prints both.

gizmore commented 1 year ago

There is a Automated Unit test that checks if all methods have a title and a description + (disabled) check if it has a good description :)

gizmore commented 1 year ago

I assume you mean the gdo_adm.sh utitliy? Still needs some work to get a generic nice CLI REPL working and usage implemented, but we are close to that