1// Copyright (c) Zefchain Labs, Inc. 2// SPDX-License-Identifier: Apache-2.0 3 4//! Helper module for the Linera CLI binary. 5 6#![deny(clippy::large_futures)] 7 8pub mod command; 9pub mod net_up_utils;