This commit is contained in:
minjaesong
2026-05-23 22:57:11 +09:00
parent 6623ff62bc
commit 13eaf1b999
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
hopper $0

View File

@@ -11,7 +11,7 @@ const USER_PACKAGE_INCLUDE_DIR = `${USER_BASE_DIR}/include`
const MANIFEST_EXT = "hop.per" const MANIFEST_EXT = "hop.per"
const MIRROR_LIST_PATH = `${SYSTEM_PACKEAGE_DEF_DIR}/mirrors.list` const MIRROR_LIST_PATH = `${SYSTEM_PACKEAGE_DEF_DIR}/mirrors.list`
const net = require("A:/tvdos/include/net.mjs") const net = require("net")
// SYNOPSIS // SYNOPSIS
// hopper {search,se} [--provides, --requires, --description, --author] query // hopper {search,se} [--provides, --requires, --description, --author] query