Skip to content

Basic CLI structure#27

Merged
abhibongale merged 2 commits into
mainfrom
phase-1-foundation
May 19, 2026
Merged

Basic CLI structure#27
abhibongale merged 2 commits into
mainfrom
phase-1-foundation

Conversation

@abhibongale
Copy link
Copy Markdown
Owner

@abhibongale abhibongale commented May 19, 2026

Basic CLI structure

  • Created main CLI entry point with Click
  • Defined all command signatures and arguments
  • Added helpful --help text for discoverability
  • Maked commands callable (even if they don't do anything yet)

Closes: #3
Signed-off-by: Abhishek Bongale abhishekbongale@outlook.com

- Created main CLI entry point with Click
- Defined all command signatures and arguments
- Added helpful `--help` text for discoverability
- Maked commands callable (even if they don't do anything yet)

Closes: #3
Signed-off-by: Abhishek Bongale <abhishekbongale@outlook.com>
@abhibongale abhibongale changed the title Phase 1 foundation Basic CLI structure May 19, 2026
@abhibongale abhibongale linked an issue May 19, 2026 that may be closed by this pull request
18 tasks
@abhibongale abhibongale self-assigned this May 19, 2026
@abhibongale abhibongale merged commit 39fb3fc into main May 19, 2026
3 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Basic CLI Structure

1 participant