diff options
| author | alex <alex@pdp7.net> | 2024-02-03 17:53:24 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-02-03 17:53:24 +0100 |
| commit | cfabe8d2784383f5bd8e53602032d7b1006c094f (patch) | |
| tree | b2433cf0ce2b475452c8dfa8ecbbe016887504a1 /scripts/pyproject.toml | |
| parent | 8ede99045259cfa72b5659da210836d4e47da5f4 (diff) | |
Add db-update command
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 1480d2fe..a98507ae 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -20,6 +20,7 @@ ruscreen = 'p7s.ruscreen:main' mbsync_config = 'p7s.mail:generate_config' db-create = 'p7s.distrobox:create' db-enter = 'p7s.distrobox:enter' +db-update = 'p7s.distrobox:update' nextcloud_setup = 'p7s.nextcloud:setup_nextcloud' soju_setup = 'p7s.soju:setup_soju' bitlbee_setup = 'p7s.bitlbee:setup_bitlbee' |
