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

9 lines
210 B
Text

# 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
}