diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-02 08:38:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-02 08:38:03 +0300 |
| commit | 0c1b108ff5fccf39ae5bc6dc06802ce565bda633 (patch) | |
| tree | 914e65e04bae26d3eae565f9d6a64d08ade361d0 /internal/app/options.go | |
| parent | 36be499ed342d92969ccaaff083c557a0951def9 (diff) | |
new version major refactorv0.2.0
Diffstat (limited to 'internal/app/options.go')
| -rw-r--r-- | internal/app/options.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/app/options.go b/internal/app/options.go new file mode 100644 index 0000000..9292e53 --- /dev/null +++ b/internal/app/options.go @@ -0,0 +1,7 @@ +package app + +// Options configures the Yoga application runtime. +type Options struct { + Root string + Crop string +} |
