Skip to content

Commit

Permalink
Merge pull request #187 from observerly/feature/cli/rootCommand
Browse files Browse the repository at this point in the history
feat: add root solver.AstrometryCommand to cli root in @observerly/skysolve
  • Loading branch information
michealroberts authored Jan 29, 2025
2 parents 41c9bfe + 34be5a3 commit eecdc02
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 eecdc02

Please sign in to comment.