rename output cli to arg

This commit is contained in:
Clément DOUIN
2021-09-18 00:32:46 +02:00
parent 94e9711c58
commit e41a71648c
4 changed files with 5 additions and 50 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
//! Module related to output formatting and printing.
pub mod cli;
pub mod arg;
pub mod service;
pub mod utils;