mirror of
https://github.com/larksuite/cli.git
synced 2026-07-05 15:47:54 +08:00
7 lines
261 B
Go
7 lines
261 B
Go
// Copyright (c) 2026 Lark Technologies Pte. Ltd.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package base
|
|
|
|
const baseHighRiskYesTip = "This is a high-risk write command. If the user explicitly requested it and the target is unambiguous, pass --yes without asking again."
|