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
Currently we have a lot of commands like :expand :asm that just wraps cargo plugins, I don't think its realistic to support all cargo plugins.
The user currently can use irust scripts for unimplemented commands but that seems to much work.
I propose adding :cargo $args command that just invokes cargo inside irust repl directory and forwards the user argument to it.
I think it should make things a lot better.
One implementation note, parsing user arguments should take in consideration arguments in quotes like :cargo plugin "quoted arg" arg2
The text was updated successfully, but these errors were encountered:
Currently we have a lot of commands like :expand :asm that just wraps cargo plugins, I don't think its realistic to support all cargo plugins.
The user currently can use irust scripts for unimplemented commands but that seems to much work.
I propose adding
:cargo $args
command that just invokescargo
inside irust repl directory and forwards the user argument to it.I think it should make things a lot better.
One implementation note, parsing user arguments should take in consideration arguments in quotes like
:cargo plugin "quoted arg" arg2
The text was updated successfully, but these errors were encountered: