add datastream support, refactor custom completion (#32)

This commit is contained in:
T. von Dein
2026-06-10 15:43:14 +02:00
parent 925b21823a
commit ec1ce56b2d
11 changed files with 445 additions and 63 deletions

View File

@@ -34,7 +34,7 @@ import (
)
const (
Version string = `v0.0.18`
Version string = `v0.0.19`
)
var (
@@ -83,6 +83,7 @@ type Config struct {
NotDeployed bool // role diff: -n
Undefined bool // role diff: -u
Diff bool // role diff: -D
Hidden bool // ds ls: -H
}
func NewConfig() *Config {