// SPDX-License-Identifier: MIT OR Apache-2.0
// This file is part of Static Web Server.
// See https://static-web-server.net/ for more information
// Copyright (C) 2019-present Jose Quintana <joseluisq.net>
//! Internal CLI functionality.
use shadow;
use crateResult;
shadow!;
/// Show details about the server.
/// It is intended to be used via the `-V` or `--version` flags.