Skip to content

Commit

Permalink
docs(cmd): improve suite command description
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Feb 26, 2025
1 parent 0634688 commit aaf411f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/suite/config/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package config provides the implementation of Config, the configuration shared among suite commands. Among other
// Package config provides the implementation of Config, the configuration shared among suite-related commands. Among other
// shared settings, it also stores the values of the shared flags.
package config
4 changes: 2 additions & 2 deletions cmd/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
func New(suiteEnvKey, envKeysPrefix string) *cobra.Command {
c := &cobra.Command{
Use: "suite",
Short: "Manage everything related to test suites",
Long: "Manage everything related to test suites",
Short: "Manage test suites described via YAML files",
Long: "Provide sub-commands to work with test suites described via YAML files",
DisableAutoGenTag: true,
}

Expand Down

0 comments on commit aaf411f

Please sign in to comment.