summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/variant.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-12 16:23:14 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-12 16:23:14 +1000
commite75e727262573de25ee1e1e75bd93e3647dc3609 (patch)
tree4dd8aaa0535a4aa7d997848f969e569f74fff2fb /src/caelestia/subcommands/variant.py
parentscheme: better print (diff)
downloadcaelestia-cli-e75e727262573de25ee1e1e75bd93e3647dc3609.tar.gz
caelestia-cli-e75e727262573de25ee1e1e75bd93e3647dc3609.tar.bz2
caelestia-cli-e75e727262573de25ee1e1e75bd93e3647dc3609.zip
scheme: add variant option
Remove variant subcommand
Diffstat (limited to 'src/caelestia/subcommands/variant.py')
-rw-r--r--src/caelestia/subcommands/variant.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/caelestia/subcommands/variant.py b/src/caelestia/subcommands/variant.py
deleted file mode 100644
index 37f9a2b..0000000
--- a/src/caelestia/subcommands/variant.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from argparse import Namespace
-
-
-class Command:
- args: Namespace
-
- def __init__(self, args: Namespace) -> None:
- self.args = args
-
- def run(self) -> None:
- pass