mirror of https://github.com/ory/kratos
9 lines
330 B
Go
9 lines
330 B
Go
// Copyright © 2023 Ory Corp
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package clihelpers
|
|
|
|
const (
|
|
WarningJQIsComplicated = "We have to admit, this is not easy if you don't speak jq fluently. What about opening an issue and telling us what predefined selectors you want to have? https://github.com/ory/kratos/issues/new/choose"
|
|
)
|