Is it possible to provide command line arguments while running a program via rustic
?
#504
Unanswered
parvizfarnia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone
I would like to know whether it is possible to provide command line arguments while running a program via
rustic
.Let's say, within our package directory, we run our program in the terminal like this:
cargo run arg1 arg2
Is it possible to do the same thing via
rustic
, that is, provide the argumentsarg1
andarg2
inEmacs
upon running the program?Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions