You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
"or similar) to indicate beginning and endThis would entail the following approach
At this point we also could use current parsed representation to provide autocomplete to users