Skip to content

Commit 4eea456

Browse files
committed
docs: Create COMMANDS.md and link from README (Closes #93)
1 parent d79d593 commit 4eea456

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

COMMANDS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# MyCMD Command Reference
2+
3+
A comprehensive guide to all commands available in the MyCMD tool.
4+
5+
---
6+
7+
## Command: dir
8+
9+
**Description:** Displays a list of files and subdirectories in a directory.
10+
11+
### Syntax
12+
13+
```bash
14+
dir [path] [options]
15+

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ It mimics the behavior of Windows `cmd.exe` with commands like `dir`, `cd`, `ech
2222

2323
---
2424

25-
## 📂 Project Structure
26-
```
25+
## 📚 Documentation & Command Reference
26+
27+
For a complete guide detailing the syntax, arguments, and options for every command, please see the full [**COMMANDS.md**](COMMANDS.md) file.
28+
29+
---
2730
MyCMD/
2831
┣ README.md # Project description, badges, usage
2932
┣ pom.xml # Maven build config

0 commit comments

Comments
 (0)