launchrctl / launchr

Launchr is a CLI action runner that executes actions inside short-lived local containers.
Apache License 2.0
11 stars 2 forks source link

Avoid recursive discovery of actions in `launchrctl --version` #35

Closed davidferlay closed 5 months ago

davidferlay commented 7 months ago

Observed

Expected

davidferlay commented 6 months ago

https://github.com/launchrctl/launchr/pull/38/files

davidferlay commented 6 months ago

Merged current state but keeping issue optn as global logic requires some rework, let's see with @lexbritvin for details

davidferlay commented 6 months ago

Also


launchr git:(main) rg "\-\-version"
app.go
145:        if args[i] == "--version" {
183:        if args[i] == "--version" {
DeNevero commented 6 months ago

https://github.com/launchrctl/launchr/pull/39