You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`env/` — debug level state (`LETS_DEBUG`, levels 0-2)
40
-
-`logging/` — logrus-based logging with command chain formatting
41
-
-`lsp/` — Language Server Protocol: definition lookup, completion for depends, tree-sitter YAML parsing; `lets lsp` runs stdio-based server for IDE integration
42
-
-`checksum/` — SHA1 file checksumming with glob patterns
43
-
-`docopt/` — docopt argument parsing, produces `LETSOPT_*` and `LETSCLI_*` env vars
44
-
-`upgrade/` — binary self-update from GitHub releases
45
-
-`util/` — file/dir/version helpers
46
-
-`workdir/` — `--init` scaffolding
47
-
-`set/` — generic Set data structure
48
-
-`test/` — test utilities (temp files, args helpers)
35
+
-`cmd/lets/main.go` — CLI entry point, flag parsing, signal handling
-`internal/env/` — debug level state (`LETS_DEBUG`, levels 0-2)
40
+
-`internal/logging/` — logrus-based logging with command chain formatting
41
+
-`internal/lsp/` — Language Server Protocol: definition lookup, completion for depends, tree-sitter YAML parsing; `lets lsp` runs stdio-based server for IDE integration
42
+
-`internal/checksum/` — SHA1 file checksumming with glob patterns
43
+
-`internal/docopt/` — docopt argument parsing, produces `LETSOPT_*` and `LETSCLI_*` env vars
0 commit comments