We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b85a9a commit 87aaf2dCopy full SHA for 87aaf2d
hugr-cli/src/lib.rs
@@ -63,9 +63,9 @@ pub enum CliCommand {
63
External(Vec<OsString>),
64
65
/// Describe the contents of a HUGR package.
66
- ///
67
- /// If an error occurs during loading partial descriptions are printed,
68
- /// for example if the first module is loaded and the second fails the
+ ///
+ /// If an error occurs during loading partial descriptions are printed.
+ /// For example if the first module is loaded and the second fails then
69
/// only the first module will be described.
70
Describe(describe::DescribeArgs),
71
}
0 commit comments