internal/pkg/cli/group/group_windows.go (9 lines of code) (raw):
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Package groups contains the names of command groups.
package group
// Categories for each top level command in the CLI.
const (
GettingStarted = "Getting Started"
Develop = "Develop"
Settings = "Settings"
Release = "Release"
Extend = "Extend"
Debug = "Debug"
)