UNPKG

scutum

Version:

Another OpenPGP command line tool like GPG.

12 lines (8 loc) 188 B
require("../router").register( "version", subcommand ); async function subcommand(args, options){ const { stdin, stdout, stderr } = options; stdout("scutum 0.0.2\n"); }