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

Enable @script type detection with shebang line #359

Closed
sagiegurari opened this issue Jan 6, 2020 · 0 comments
Closed

Enable @script type detection with shebang line #359

sagiegurari opened this issue Jan 6, 2020 · 0 comments
Assignees
Milestone

Comments

@sagiegurari
Copy link
Owner

Features Description
The shebang support points to an existing executable to run the script.
Might be really useful also to support the @script types such as @duckscript.
naturally langs that do not support the # comments will not work well.

Code Sample

[tasks.duckscript-example]
script = [
'''
#!@duckscript
echo hello from duckscript
'''
]
@sagiegurari sagiegurari self-assigned this Jan 6, 2020
@sagiegurari sagiegurari changed the title Enable @script type detection with shebang line Enable @script type detection with shebang line Jan 6, 2020
@sagiegurari sagiegurari added this to the 0.26.0 milestone Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant