File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " powershell_script"
3
- version = " 0.1.5 "
3
+ version = " 0.2.0 "
4
4
authors = [
" Carl Fredrik Samson <[email protected] >" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/cfsamson/powershell-script"
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ The flag `print_commands` can be set to `true` if you want each
47
47
command to be printed to the ` stdout ` of the main process as they're run which
48
48
can be useful for debugging scripts or displaying the progress.
49
49
50
- ## Compatability
50
+ ## Features and compatability
51
+ The default usage is running PowerShell scripts on Windows, but you can also
52
+ run scripts using PowerShell Core on Macos and Linux.
51
53
52
- This is only tested on Windows and most likely will only work on Windows. It should
53
- be possible to support PowerShell Core on Linux with only minor adjustments so leave
54
- a feature request if there is any interest in that.
54
+ To use this crate to run scripts on PowerShell Core, enable the ` core ` feature.
55
55
56
56
## Contributing
57
57
You can’t perform that action at this time.
0 commit comments