[PR #3] [MERGED] Add command line arguments #35

Closed
opened 2026-02-27 19:05:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/akashrchandran/syrics/pull/3
Author: @akashrchandran
Created: 5/17/2022
Status: Merged
Merged: 5/17/2022
Merged by: @akashrchandran

Base: mainHead: add-command-line-arguments


📝 Commits (6)

📊 Changes

6 files changed (+200 additions, -97 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+53 -0)
📝 api.py (+21 -20)
cli.py (+21 -0)
📝 exceptions.py (+3 -2)
📝 syrics.py (+101 -75)

📄 Description

Closes #1 added feature to accept commandline arguments.
Still in development phase.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/akashrchandran/syrics/pull/3 **Author:** [@akashrchandran](https://github.com/akashrchandran) **Created:** 5/17/2022 **Status:** ✅ Merged **Merged:** 5/17/2022 **Merged by:** [@akashrchandran](https://github.com/akashrchandran) **Base:** `main` ← **Head:** `add-command-line-arguments` --- ### 📝 Commits (6) - [`4c1203f`](https://github.com/akashrchandran/syrics/commit/4c1203f041808cc3c41542cd1936c52ada98b00f) Update README.md - [`c1afed2`](https://github.com/akashrchandran/syrics/commit/c1afed27c0d6d7df3d3a19cb360bca9d8541f9fd) easy implementaion of command line - [`daa7b7e`](https://github.com/akashrchandran/syrics/commit/daa7b7e18f727ccd60d3b5d7060838961f16d53d) Update README.md - [`3bff6df`](https://github.com/akashrchandran/syrics/commit/3bff6dfe1e2f06106430f8523f0ea609d6cfce98) cleaned up code - [`a9b95e4`](https://github.com/akashrchandran/syrics/commit/a9b95e48957e22f0be52b44ce55818b406d9f771) updated commandline arguments - [`66401a9`](https://github.com/akashrchandran/syrics/commit/66401a9d242f38c3984712e84b4a49db0ec9b087) Update README.md ### 📊 Changes **6 files changed** (+200 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+53 -0) 📝 `api.py` (+21 -20) ➕ `cli.py` (+21 -0) 📝 `exceptions.py` (+3 -2) 📝 `syrics.py` (+101 -75) </details> ### 📄 Description Closes #1 added feature to accept commandline arguments. Still in development phase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:05:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/syrics#35
No description provided.