This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This Python CLI Toolkit is a powerful tool for creating command-line interfaces
2323> ** Warning** \
2424> Please note that a part of this doc is generated by Ai (GPT-4).
2525
26- > ### [ Usage Documentation] ( doc.md )
26+ > ### [ Usage Documentation(doc.md) ] ( doc.md ) / [ Usage Documentation(wiki) ] ( https://github.com/Aydinhamedi/Python-CLI-toolkit/wiki )
2727
2828## Features
2929
Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ This Python CLI Toolkit is a powerful tool for creating command-line interfaces
88
99## Getting Started
1010
11- To start using the toolkit, you need to modify the following sections of the code:
12-
13- ### Global Variables
11+ To start using the toolkit, you need to modify the following sections of the code:\
12+ (` Data/CLI_main.py ` )
1413
1514``` python
1615# CONST SYS
1716CLI_NAME = ' `CHANGE THE NAME`' # your CLI name
1817CLI_Ver = ' 0.00' # your CLI ver
1918directory = ' Data\modules'
20- # normal global
21- imported_modules = {}
22- command_mappings = {}
19+ # other global
20+ imported_modules = {} # DO NOT CHANGE
21+ command_mappings = {} # DO NOT CHANGE
22+ CMLI_args = [] # DO NOT CHANGE
2323# Commands>>>
2424command_tuple = (
2525 ' help' , # help
You can’t perform that action at this time.
0 commit comments