refactor: temperature
This commit is contained in:
@ -13,6 +13,7 @@ var addRemoteCmd = &cobra.Command{
|
||||
Use: "add",
|
||||
Short: "Add Remote Server",
|
||||
Args: cobra.ExactArgs(2),
|
||||
Aliases: []string{"append"},
|
||||
Example: "flucky remote add origin https://example.local",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
||||
|
Reference in New Issue
Block a user