-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can CMD show the name of each script that's run? #642
Comments
Wouldn't $~1 do that already?
…On Wed, Jul 31, 2024, 8:10 AM darkzbaron ***@***.***> wrote:
I launch many batch script . Is there a way you can modify the startup
behaviour of clink to show the full path of the running script?
—
Reply to this email directly, view it on GitHub
<#642>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARQCVOCBISRYFHPRTYHAEXDZPDH2JAVCNFSM6AAAAABLYKX7R2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZTSOBZGQ4DIMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yes but it does not work when you subprocess via python. Sometimes it fails and it's hard to debug. I just installed click and it's amazing ! |
I don't understand the question. Are you asking for a way for Clink to print the name of each Lua script it loads? That would be very invasive and should not be done. Are you asking for a way for Clink to print the string from the clink.autostart setting? No. That's something the script or command should do itself. Are you asking something else? Please describe further and include specific details. |
Are you asking for CMD to show the name of each batch script that CMD runs? Clink isn't involved in that. Clink isn't a shell -- the shell is CMD. Clink adds a scriptable prompt and extensive input line editing capabilities. Everything else is still CMD. I don't know of a way to make CMD print the name of every script it runs. |
@chrisant996 Yes that's it ! Ok noted thanks for the feedback |
I launch many batch script . Is there a way you can modify the startup behaviour of clink to show the full path of the running script?
The text was updated successfully, but these errors were encountered: