MowaLang CLI Flags
Learn how to use MowaLang from the terminal using CLI flags for help, running files, setting actor preferences, and more.
Learn how to control MowaLang via the terminal using CLI flags. Whether you're looking to run a file, get help, check your version, or customize the hero dialogue experience — we’ve got you covered!
Basic CLI Usage
Once you’ve installed MowaLang, you can run MowaLang from your terminal using:
mowa <flag >MowaLang supports both short -h and long --help versions of flags.
If no flag is passed, the help message will be shown by default.
Available Flags 🚩
| Flag | Description |
|---|---|
-h,--help | Display the help message |
-v,--version | Show the installed MowaLang version |
-r,--run | Run a .mowa file (requires filename) |
-p,--preference | Set hero preference for success/failure dialogues |
-h,--help Flag
Use this flag to display a guide to all available commands.
mowa -hOutput:
/$$ /$$ /$$
| $$$ /$$$ | $$
| $$$$ /$$$$ /$$$$$$ /$$ /$$ /$$ /$$$$$$ | $$ /$$$$$$ /$$$$$$$ /$$$$$$
| $$ $$/$$ $$ /$$__ $$| $$ | $$ | $$ |____ $$ | $$ |____ $$| $$__ $$ /$$__ $$
| $$ $$$| $$| $$ \ $$| $$ | $$ | $$ /$$$$$$$ /$$$$| $$ /$$$$$$$| $$ \ $$| $$ \ $$
| $$\ $ | $$| $$ | $$| $$ | $$ | $$ /$$__ $$|____/| $$ /$$__ $$| $$ | $$| $$ | $$
| $$ \/ | $$| $$$$$$/| $$$$$/$$$$/| $$$$$$$ | $$$$$$$$| $$$$$$$| $$ | $$| $$$$$$$
|__/ |__/ \______/ \_____/\___/ \_______/ |________/ \_______/|__/ |__/ \____ $$
/$$ \ $$
| $$$$$$/
\______/
----------------------------------------------------------------------------------------------
Thanks For Downloading MowaLang - A Custom Built Interpreter for Telugu Users
Description:
MOWALANG is a dramatic programming language inspired by Telugu movies and mass dialogues.
Write expressive code, get dialogues on success or errors, and enjoy coding like never before.
Developed by Pradeep Varma
----------------------------------------------------------------------------------------------
USAGE:
mowa <command>
FLAGS:
-h, --help help for mowa
-p, --preference string Set the dialogue actor preference
-r, --run string Run a MowaLang file
-v, --version Print the version of MowaLangAuto Help
mowa without any flag also shows this help message. -v,--version Flag
This flag displays the currently installed version of MowaLang.
mowa --versionoutput:
MowaLang v1.0.0-r,--run Flag
Use this flag to run a .mowa file from your terminal.
mowa --r hello.mowaThe
--runflag supports only one file at a time. You cannot pass multiple files.
Example output:
Hello, MowaLang!
Prabhas: Jai Maahishmathi!-p,--preference Flag
Customize the movie hero for success or failure dialogues!
mowa -p pspkoutput:
Mowa, actor preference set to 'pspk'!Reset Preferences
bash mowa --preference all Available Heroes
pspk: Pawan Kalyanaa: Allu Arjunntr: Jr NTRprabhas: Prabhasbob: Mahesh Babubalayya: Balakrishnaall(default) : All Heroes
Invalid Preference
Next up: Explore the Playground to practice live!