1 2 3 4 5 6 7 8
// SPDX-FileCopyrightText: 2026 Strike Group Co., Ltd. // // SPDX-License-Identifier: Apache-2.0 /// `get` コマンド向けの標準出力 DTO。 pub mod get_command_output; /// `get` コマンド向けの日本語ラベル付き出力 DTO。 pub mod get_command_output_ja;