aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/value.go
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-09-12 21:07:05 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-09-12 21:07:05 +0900
commitda6d238d8a15fa583b384b547decbddcda28ff8b (patch)
treee0f8b1364fa09e5a5ec7a1d0e86d13c475cde3eb /internal/system/value.go
parentb0aff891661dfa2f438a7264607a4e6e9caef026 (diff)
verbose: remove system package interaction
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/system/value.go')
-rw-r--r--internal/system/value.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/system/value.go b/internal/system/value.go
index fa5458fc..c34e7fa8 100644
--- a/internal/system/value.go
+++ b/internal/system/value.go
@@ -8,7 +8,6 @@ type Values struct {
Share string
Runtime string
RunDir string
- Verbose bool
}
var V *Values