Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCommand ¶
func HandleCommand(args []string)
HandleCommand processes the provided arguments and executes the corresponding blueprint-related commands.
Supported commands:
- "folder": Prints the directory path where local blueprints are stored.
- If the command is unrecognized, it prints an error message.
Parameters:
- args: A slice of strings representing the command and its arguments.
Usage:
sebp.HandleCommand([]string{"folder"})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.