setup

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

* Copyright (c) 2024 Arm Limited. All rights reserved. * * SPDX-License-Identifier: Apache-2.0

Index

Constants

This section is empty.

Variables

View Source
var SetUpCmd = &cobra.Command{
	Use:   "setup <name>.csolution.yml [options]",
	Short: "Generate project data for IDE environment",
	Args:  cobra.MinimumNArgs(1),
	RunE: func(cmd *cobra.Command, args []string) error {
		return SetUpProject(cmd, args)
	},
}

Functions

func SetUpProject

func SetUpProject(cmd *cobra.Command, args []string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL