Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit e6331cb

Browse files
committed
2 parents e1e47d7 + b5375f0 commit e6331cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1716
CLI_NAME = '`CHANGE THE NAME`' # your CLI name
1817
CLI_Ver = '0.00' # your CLI ver
1918
directory = '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>>>
2424
command_tuple = (
2525
'help', # help

0 commit comments

Comments
 (0)