Skip to content

Commit

Permalink
feat: add root solver.AstrometryCommand to cli root in @observerly/sk…
Browse files Browse the repository at this point in the history
…ysolve

feat: add root solver.AstrometryCommand to cli root in @observerly/skysolve
  • Loading branch information
michealroberts committed Jan 29, 2025
1 parent 41c9bfe commit 34be5a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package cmd
/*****************************************************************************************************************/

import (
"github.com/observerly/skysolve/internal/solver"
"github.com/spf13/cobra"
)

Expand All @@ -25,7 +26,7 @@ var rootCommand = &cobra.Command{
/*****************************************************************************************************************/

func init() {

rootCommand.AddCommand(solver.AstrometryCommand)
}

/*****************************************************************************************************************/
Expand Down

0 comments on commit 34be5a3

Please sign in to comment.