mirror of
https://github.com/nushell/nushell.git
synced 2025-02-03 03:59:23 +01:00
5c07e82fc0
this should - close https://github.com/nushell/nushell/issues/11134 # Description this is band-aid... but it should address the issue in https://github.com/nushell/nushell/issues/11134 until we have a better long-term fix for this i/o types bug 😇 # User-Facing Changes the following will now parse and run fine ```nushell def get-initial-commit []: nothing -> string { ^git rev-list HEAD | lines | last } ``` # Tests + Formatting # After Submitting |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |