adjust visibility, comment

This commit is contained in:
Dustin J. Mitchell
2020-11-27 18:16:42 -05:00
parent f59355f827
commit d46f20e75a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ mod cmd;
mod table;
use cmd::ArgMatchResult;
pub use cmd::CommandInvocation;
pub(crate) use cmd::CommandInvocation;
/// Parse the given command line and return an as-yet un-executed CommandInvocation.
pub fn parse_command_line<I, T>(iter: I) -> Fallible<CommandInvocation>