-
-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Labels
enhancementuser experienceimpacts user experience or something is confusing to newcommersimpacts user experience or something is confusing to newcommers
Milestone
Description
Most commands autocompletion infinitely propose arguments. When in most cases, the arguments should be only proposed when they're at position argv[1].
Example:
phpsploit> exit
This command has an unique '--force' argument.
If user presses multiple times, he ends up with a command looking like that:
exit --force --force --force --force --force --force
completion arguments should be proposed only when they are on the expected position.
Metadata
Metadata
Assignees
Labels
enhancementuser experienceimpacts user experience or something is confusing to newcommersimpacts user experience or something is confusing to newcommers