summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-09 20:50:59 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-09 20:50:59 +1000
commit3110197e423b2248a0304e5f714463bbef9fd61c (patch)
treeb59a7713c20288fae5dd615b3f2bcc6e431722fa /src/main.py
parentinstall: add imagemagick dep to shell (diff)
downloadcaelestia-cli-3110197e423b2248a0304e5f714463bbef9fd61c.tar.gz
caelestia-cli-3110197e423b2248a0304e5f714463bbef9fd61c.tar.bz2
caelestia-cli-3110197e423b2248a0304e5f714463bbef9fd61c.zip
feat: create parser
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py
new file mode 100644
index 0000000..e206a79
--- /dev/null
+++ b/src/main.py
@@ -0,0 +1,4 @@
+from parser import parse_args
+
+if __name__ == "__main__":
+ parse_args()