refactor: Swapped position of Sync and Restore for better readability.

This commit is contained in:
2025-11-07 12:09:37 -05:00
committed by Spencer Brower
parent 5eaf691dcd
commit 39dc586d3c
2 changed files with 39 additions and 36 deletions

View File

@@ -10,7 +10,6 @@ import (
"github.com/spf13/cobra"
)
// TODO: Detect when file paths have moved and update accordingly.
var syncCmd = &cobra.Command{
Use: "sync",
Short: "Update or restore your env backups",