parent
149d44b705
commit
dd56e3d6f7
1 changed files with 3 additions and 4 deletions
|
@ -18,8 +18,7 @@ var rawCmd = &cobra.Command{
|
|||
|
||||
Example usage:
|
||||
|
||||
signaldctl raw v1 get_profile '{"account": "+12024561414", "address": {"number": "+12024561111"}}'
|
||||
`,
|
||||
signaldctl raw v1 get_profile '{"account": "+12024561414", "address": {"number": "+12024561111"}}'`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
if len(args) < 3 {
|
||||
return cmd.Help()
|
||||
|
|
Loading…
Reference in a new issue