1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Update to-ini.nu (#465)

Fix for 0.79.0
This commit is contained in:
Yethal 2023-04-26 13:37:48 +02:00 committed by GitHub
parent 92b29131db
commit 0095fb2b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
export def "to ini" [] {
transpose key value
| update value {|row|
get value
$row.value
| transpose key value
| format '{key}={value}'
| prepend $"[($row.key)]"