edinet_cli 0.0.4

A command-line interface for EDINET.
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;