// yt - A fully featured command line YouTube client // // Copyright (C) 2025 softprops // SPDX-License-Identifier: MIT // // This file is part of Yt. // // You should have received a copy of the License along with this program. // If not, see . /// Gets the current terminal size pub fn get() -> Option { None }