provisioning-core/nulib/cli/handlers/utilities/qr.nu

10 lines
210 B
Text
Raw Permalink Normal View History

# QR Code Command Handler
# Domain: QR code generation
# REMOVED: use ../../../lib_provisioning * - causes circular import
# QR code command handler - Generate QR code
export def handle_qr [] {
make_qr
}