Skip to content

Commit

Permalink
Document CLI Changes (#126)
Browse files Browse the repository at this point in the history
* Update INSTALLATION.md

* Update INSTALLATION.md

* Update index.md
  • Loading branch information
smritics authored Nov 24, 2024
1 parent 63bef7d commit 35f821d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Options:
- `--version` - Shows the current version of Carch.
- `--run-script <name>` - Executes the specified script.
- `--list-scripts` - Lists all available scripts.


## GTK
**The GTK version of Carch is available.**
Expand Down
13 changes: 13 additions & 0 deletions docs/Index/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,19 @@ carch

Carch now supports CLI commands! Use `carchcli` with the following options:

```bash
Usage: carchcli [OPTIONS]

A tool for automating Arch Linux setups.

Options:
--help Show this help message and exit.
--version Show the program version.
--run-script <name> Run the specified script from /usr/bin/scripts.
--list-scripts List all available scripts in /usr/bin/scripts.
--update Update Carch using the latest script.
```

- `--help` - Displays the help message.
- `--update` - Updates Carch to the latest script version.
- `--version` - Shows the current version of Carch.
Expand Down

0 comments on commit 35f821d

Please sign in to comment.