Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions COMMANDS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# MyCMD Command Reference

A comprehensive guide to all commands available in the MyCMD tool.

---

## Command: dir

**Description:** Displays a list of files and subdirectories in a directory.

### Syntax

```bash
dir [path] [options]
```
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ It mimics the behavior of Windows `cmd.exe` with commands like `dir`, `cd`, `ech

---

## 📂 Project Structure
```
## 📚 Documentation & Command Reference

For a complete guide detailing the syntax, arguments, and options for every command, please see the full [**COMMANDS.md**](COMMANDS.md) file.

---
MyCMD/
┣ README.md # Project description, badges, usage
┣ pom.xml # Maven build config
Expand Down