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
When I hit tab in the pkg mode of the REPL I thought that I would get a list of all available commands.
This list includes package but when I try to run it I get this error:
(@v1.10) pkg> package
ERROR:`package` is not a recognized command. Type ?for help with available commands
and if I try to get the help for package I get the expanded help for all available commands.
I find this confusing and would have expected that this entry is not in the autocompletion list.
The text was updated successfully, but these errors were encountered:
When I hit tab in the pkg mode of the REPL I thought that I would get a list of all available commands.
This list includes
package
but when I try to run it I get this error:and if I try to get the help for
package
I get the expanded help for all available commands.I find this confusing and would have expected that this entry is not in the autocompletion list.
The text was updated successfully, but these errors were encountered: