CLI Commands
Carch now supports CLI commands! Use carchcli
with the following options:
sh
bash <(curl -L https://chalisehari.com.np/carch)
sh
carchcli --help
sh
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.--run-script <name>
- Executes the specified script.--list-scripts
- Lists all available scripts.