execution default #21
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
graveyard/DevfileKotlin#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now the default execution for windows is cmd.
Would it make sense to change that to poweshell. (not for me personally, i have no clue about powershell)
Or at least make an option to change execution to powershell.
maybe also add options for other things like python while I'm on it
For linux:
check if there is a shebang in the script, if not, add bash shebang and let the system figure out the rest