Replies: 1 comment
-
|
Ok, I just learned that I can add the following metadata to make that work. and then add the following on top of my code delete arg?.pass |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
Just getting started with the tool and I am trying to write a simple calculator.
My issue is, every time I want to call the script I first need to type my script (called calc) and then add my math and press enter again. Is there a way to give the script parameters directly upon start?
So instead of:
calc
Enter
3+2
Enter
"5"
I would like to have:
calc 3+2
Enter
"5"
This would be super convenient for so many use cases, especially since this tool is geared for productivity.
Script here if it helps:
Appreciate the help!
Beta Was this translation helpful? Give feedback.
All reactions