Add help command to display script capabilities#83
Draft
Conversation
Co-authored-by: kejilion <131984541+kejilion@users.noreply.github.com>
Co-authored-by: kejilion <131984541+kejilion@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add features to showcase capabilities
Add help command to display script capabilities
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The script lacked a direct way for users to discover its capabilities. When asked "你能做什么" (what can you do?), users had to browse code or rely on external documentation.
Changes
Added
k_help()function: Displays bilingual (CN/EN) overview of 8 feature categories (system management, Docker, LDNMP, networking, security, app marketplace, server tools, game servers)Command handlers:
help,--help,-h,帮助,你能做什么all invoke helpUpdated
k_info(): Added help command as first reference exampleUsage
Help text provides feature overview; unknown commands trigger usage examples via
k_info()to avoid circular documentation.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.kejilion.pro/usr/bin/curl curl -s -X POST REDACTED -H Content-Type: application/json -d {"action":"������������","timestamp":"2026-02-04 01:43:56","country":"","os_info":"Ubuntu 24.04.3 LTS","cpu_arch":"x86_64","version":"4.3.8"}(dns block)/usr/bin/curl curl -s -X POST REDACTED -H Content-Type: application/json -d {"action":"������������","timestamp":"2026-02-04 01:43:57","country":"","os_info":"Ubuntu 24.04.3 LTS","cpu_arch":"x86_64","version":"4.3.8"}(dns block)/usr/bin/curl curl -s -X POST REDACTED -H Content-Type: application/json -d {"action":"������������","timestamp":"2026-02-04 01:44:14","country":"","os_info":"Ubuntu 24.04.3 LTS","cpu_arch":"x86_64","version":"4.3.8"}(dns block)ipinfo.io/usr/bin/curl curl -s ipinfo.io/country(dns block)/usr/bin/curl curl -s ipinfo.io/country -collect-logs(dns block)/usr/bin/curl curl -s ipinfo.io/country owner --uid-owner 0 -j ACCEPT(dns block)v6.ipinfo.io/usr/bin/curl curl -s --max-time 1 REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.