Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StorageLinkCmd = &command.Command{ Use: "lakego:storage-link", Short: "创建资源软连接.", Example: "{execfile} lakego:storage-link", SilenceUsage: true, PreRun: func(cmd *command.Command, args []string) { }, Run: func(cmd *command.Command, args []string) { StorageLink() }, }
*
- 创建软连接 *
- > ./main lakego:storage-link [--force]
- > main.exe lakego:storage-link [--force]
- > go run main.go lakego:storage-link [--force] *
- @create 2022-1-27
- @author deatil
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.