implement cli help

This commit is contained in:
Dustin J. Mitchell
2020-12-20 18:42:21 -05:00
parent 2c579b9f01
commit 6b550e7516
7 changed files with 323 additions and 53 deletions

View File

@@ -39,6 +39,7 @@ mod argparse;
mod invocation;
mod settings;
mod table;
mod usage;
/// The main entry point for the command-line interface. This builds an Invocation
/// from the particulars of the operating-system interface, and then executes it.