rpfm_cli 4.5.4

A CLI tool to automate all your Total War modding needs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//---------------------------------------------------------------------------//
// Copyright (c) 2017-2024 Ismael Gutiérrez González. All rights reserved.
//
// This file is part of the Rusted PackFile Manager (RPFM) project,
// which can be found here: https://github.com/Frodo45127/rpfm.
//
// This file is licensed under the MIT license, which can be found here:
// https://github.com/Frodo45127/rpfm/blob/master/LICENSE.
//---------------------------------------------------------------------------//

//! This module contains the different submodules with commands RPFM-CLI can execute.

pub mod animpack;
pub mod dependencies;
pub mod pack;
pub mod portrait_settings;
pub mod schema;