-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With current free form command system autocomplete is essentially impossible, because parsing anything requires full command to be already present.
Only solution I came up with:
- Force command arguments to follow strict format.
- For any arguments with spaces introduce quotes (
"or similar) to indicate beginning and end
This would entail the following approach
- Parse arguments (On the client)
- Preprocess any arguments that need it. For example (Command Localized names don't work when host is dedicated server #21)
At this point we also could use current parsed representation to provide autocomplete to users
- Send command in parsed form
- Execute the command
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request