Skip to content

Commit

Permalink
CLI Implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pint-sized committed May 28, 2024
1 parent 623eecc commit 0ca7b1a
Show file tree
Hide file tree
Showing 4 changed files with 478 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,6 @@ fabric.properties

# Local Test
tests/conf.json

# Custom CLI config
taskbridge/cli/*.json
5 changes: 5 additions & 0 deletions taskbridge/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""
This is the CLI package for TaskBridge.
- ``tbcli.py`` - Contains the ``TaskBridgeCli`` class which handles all CLI interaction.
"""
Loading

0 comments on commit 0ca7b1a

Please sign in to comment.