Hi Jakub

Very nice! I merged this in mainline,2431.

Ok thank you so much.

I also noticed one additional nit. There seems to be some kind of hint
recursion. For example, you will still be getting hints when you type:

decribe describe describe describe

Can you please fix this little issue?

I'm not sure I'm understanding what you mean. I don't see any "recursion" with 'describe' command. If I just tab once "describe des", I get 'describe describe' and its answer is:
describe - <command> Describe specified command.
Syntax: describe command_name

I guess the issue you're experiencing is related to the lack of a check on the number of arguments when hints are enumerated, so you will get hints for the 2nd, 3rd, 4th parameters even if the command needs one parameter only. It is the same if you go on tabbing:
describe halt halt halt
or:
test btree1 btree1 btree1

This check about the number of arguments is not there at present; I may try to implement it. I will let you know soon.

Thanks

Aurelio

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to