8 lines
125 B
Plaintext
Raw Normal View History

2025-10-07 10:32:04 +01:00
use ../config/accessor.nu *
export def "make_qr" [
url?: string
] {
show_qr ($url | default (get-provisioning-url))
}