Skip to content
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

Closed
darkzbaron opened this issue Jul 31, 2024 · 5 comments
Closed

Can CMD show the name of each script that's run? #642

darkzbaron opened this issue Jul 31, 2024 · 5 comments
Labels
external The issue is due to external causes outside of Clink

Comments

@darkzbaron
Copy link

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?

@harryeffinpotter
Copy link

harryeffinpotter commented Jul 31, 2024 via email

@darkzbaron
Copy link
Author

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 !

@chrisant996
Copy link
Owner

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?

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.

@chrisant996 chrisant996 added the needs more information The issue needs clarifying information label Jul 31, 2024
@chrisant996
Copy link
Owner

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 chrisant996 added the external The issue is due to external causes outside of Clink label Jul 31, 2024
@darkzbaron
Copy link
Author

@chrisant996 Yes that's it ! Ok noted thanks for the feedback

@chrisant996 chrisant996 removed the needs more information The issue needs clarifying information label Jul 31, 2024
@chrisant996 chrisant996 changed the title Launching script Can CMD show the name of each script that's run? Jul 31, 2024
@chrisant996 chrisant996 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external The issue is due to external causes outside of Clink
Projects
None yet
Development

No branches or pull requests

3 participants