Updated prompt for changed flag

This commit is contained in:
2025-08-05 09:09:02 +01:00
parent ab715f744b
commit bcda42fd0a

View File

@@ -1,5 +1,5 @@
def get_env [s: string] {
try { $env | get --ignore-errors $s } catch { "" }
try { $env | get --optional $s } catch { "" }
}
export def was_successful [] {