diff --git a/dagger/cli.cue b/cmd/spec.cue similarity index 99% rename from dagger/cli.cue rename to cmd/spec.cue index 3db316ce..4df982fb 100644 --- a/dagger/cli.cue +++ b/cmd/spec.cue @@ -11,7 +11,7 @@ // development, we tolerate a lag between the spec and implementation. This may change in the // future once the project is more mature. -package cli +package spec import ( "text/tabwriter"