Refactor redundant code for better extensibility with new commands.

This commit is contained in:
Jakob Friedl
2025-07-08 23:10:19 +02:00
parent 1f73cf142d
commit 71ff092975
10 changed files with 120 additions and 230 deletions

View File

@@ -1,5 +1,5 @@
import argparse, times, strformat, terminal, nanoid
import ./commands/commands
import ./task
import ../[types]
#[