diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 21:13:35 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 21:13:35 +1000 |
| commit | b900c16c533969feb8c7cb86e0709f496237b577 (patch) | |
| tree | 154810b49c56f72c069f216211fba60f3e942be0 /src/subcommands/toggle.py | |
| parent | feat: create parser (diff) | |
| download | caelestia-cli-b900c16c533969feb8c7cb86e0709f496237b577.tar.gz caelestia-cli-b900c16c533969feb8c7cb86e0709f496237b577.tar.bz2 caelestia-cli-b900c16c533969feb8c7cb86e0709f496237b577.zip | |
parser: add func to run with args
Diffstat (limited to 'src/subcommands/toggle.py')
| -rw-r--r-- | src/subcommands/toggle.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/subcommands/toggle.py b/src/subcommands/toggle.py new file mode 100644 index 0000000..a94f3d0 --- /dev/null +++ b/src/subcommands/toggle.py @@ -0,0 +1,5 @@ +from argparse import Namespace + + +def run(args: Namespace) -> None: + pass |