MACOS specific #35
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#35
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?
A macOS specific would be good to have.
This would not be much work, as it'd be mostly the same as with standard Linux (?)
Specifically one would need to add another OS in the OS enum
github.com/Sett17/Devfile@5081885049/src/nativeMain/kotlin/Specifics.kt (L68)and define the prefixLines in the execute function
github.com/Sett17/Devfile@5081885049/src/nativeMain/kotlin/Specifics.kt (L30)Both are trivial.
And one would need to change the currentOS detection in the Specifics.kt to include macOS