Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
e9ba371ef2
commit
9b1d32b78d
@@ -8,7 +8,8 @@ import (
|
||||
func HomeCommand() *cobra.Command {
|
||||
return &cobra.Command{
|
||||
Use: "home",
|
||||
Short: "Outputs the string being used as the home path. No home directory is set when using the tool standalone.",
|
||||
Short: "Outputs the folder used as the binary home. No home directory is set when using the tool standalone.",
|
||||
Long: `Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag.`,
|
||||
Args: cobra.NoArgs,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
clientCtx := client.GetClientContextFromCmd(cmd)
|
||||
|
||||
Reference in New Issue
Block a user